Re: [Tutor] Making exe Python file - standalone executable file

2009-03-17 Thread Alan Gauld
"Neven Gorsic" wrote Py2exe i standard way (up to my knowledge) of making standalone executable Python file in order to distribute your program to others who don't have Python installed It is one of several ways to do that for those who believe that it is more advantageousd that simply packag

[Tutor] Making exe Python file - standalone executable file

2009-03-17 Thread Neven Goršić
Hi! Py2exe i standard way (up to my knowledge) of making standalone executable Python file in order to distribute your program to others who don't have Python installed (too bad that it is not part of standard Python distribution). I have no experience with wxPython and PyQT. Do they have their ow