EvilZone

Programming and Scripting => Scripting Languages => : fox12345 October 19, 2013, 06:20:30 AM

: Python : without .NET
: 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?
: Re: Python : without .NET
: NovaCygni October 19, 2013, 07:18:59 AM
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 *)
: Re: Python : without .NET
: Spacecow October 20, 2013, 12:32:19 AM
Python, compile exe and .NET all in the same sentence...
: Re: Python : without .NET
: Phage October 20, 2013, 01:09:05 AM
(http://i.imgur.com/QKW7ndw.jpg)
: Re: Python : without .NET
: vezzy October 20, 2013, 01:54:46 AM
Well, technically you can, using the py2exe tool.

I don't know why one would want to, though. Weak Windows users.
: Re: Python : without .NET
: Spacecow October 20, 2013, 08:31:44 PM
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???
: Re: Python : without .NET
: Deque October 20, 2013, 09:16:40 PM
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?
: Re: Python : without .NET
: fox12345 October 21, 2013, 01:49:19 PM
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...