[Tutor] Making exe Python file - standalone executable file

Alan Gauld alan.gauld at btinternet.com
Tue Mar 17 21:34:48 CET 2009


"Neven Gorsic" <neven.gorsic at gmail.com> 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 packaging python with the
application. But it is not "the standard way", it is a way.

> (too bad that it is not part of standard Python distribution).

I actually like that since it helps people get out of thinking that 
way.

> I have no experience with wxPython and PyQT. Do they have
> their own compilers or we must do it again with Py2exe?

Neither is a compiled environment (and py2exe is not a compiler 
either).
But if you want to package Qt or wxPython apps as a single file then 
yes
you need to use a bundling tool like py2exe.

HTH,

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/ 




More information about the Tutor mailing list