py2exe questions

Jerry jweida at gmail.com
Sat Nov 4 08:22:15 EST 2006


The McMillan (sp?) Python Installer has recently been resurrected as
well, though now, it is just called PyInstaller and can be found at
http://pyinstaller.python-hosting.com/

It allows you to create a one file distributable without the need to go
back to Python2.3.

Despite what everyone is saying though, I believe that any and all
solutions will require that the byte-code be extracted to some
directory before being run.  It's not as though you are REALLY
compiling the language to native code.  It's just a bootstrap around
the Python interpreter and your code plus any modules that it needs to
run.

--
Jerry




More information about the Python-list mailing list