EvilZone
Programming and Scripting => Scripting Languages => : fox12345 October 19, 2013, 06:20:30 AM
-
When writing in python & once we compile "exe" in python program, How we use it without the ".NET"? Can we do it? When we write a python program can we import an any of module to do this?
-
Why would you want to make it a .exe file? and .net is pretty much bundled with every, you rarely wouldnt have it on your pc... in a worst case scenerio release it with a Macromedia Installshield package and enable the Detect/Download Net framework feature (* Ive done this for a couple C# mmorpgs bots I did and even a F# version I did for CabalOnlineEU *)
-
Python, compile exe and .NET all in the same sentence...
-
(http://i.imgur.com/QKW7ndw.jpg)
-
Well, technically you can, using the py2exe tool.
I don't know why one would want to, though. Weak Windows users.
-
Well, technically you can, using the py2exe tool.
I don't know why one would want to, though. Weak Windows users.
But OP is not just talking about compiling it but also running it on .NET so he would be talking about ironpython I think...
Is there even a way to compile ironpython to a .net executable???
-
Is there even a way to compile ironpython to a .net executable???
Yes, there is: http://stackoverflow.com/questions/8184253/how-do-i-compile-an-ironpython-app-into-an-exe-without-visual-studios-and-possi (http://stackoverflow.com/questions/8184253/how-do-i-compile-an-ironpython-app-into-an-exe-without-visual-studios-and-possi)
@fox12345: What Python implementation are you even talking about? What do you use to convert it to .exe and the hell why?
-
Thank you for all replies.....my compiling software is perfect..easy to work with that and no any issues of that , I'm using "py2exe". i really need to know how to use ".NET" with out windows machine final "EXE" (compiled "exe") .
Any code for that? or how is get that coding and how to import that...