Seite 1 von 1

Python : without .NET

Verfasst: Samstag 19. Oktober 2013, 05:21
von fox12345
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

Verfasst: Samstag 19. Oktober 2013, 08:43
von Hyperion
fox12345 hat geschrieben: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?
I don't understand your first question! Python itself has no relation to .NET - why do you assume, that there is one? The third question is even more confusing... what do you expect "any" module to do (once imported)? I think you must pose your questions more precisely :-)

Re: Python : without .NET

Verfasst: Montag 21. Oktober 2013, 12:52
von fox12345
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...

Re: Python : without .NET

Verfasst: Montag 21. Oktober 2013, 12:58
von BlackJack
@fox12345: Your question doesn't make any sense. Could you perhaps rephrase it more clearly? And what does it have to do with Python?