python to exe

CHEN Guang dr.cg at 126.com
Sat Mar 13 05:02:31 EST 2010


>Does anyone know of a good python to stand alone exe compiler?

>Thanks,
>-Robin

I tried several such tools and found the easiest one: Pyinstaller ( http://www.pyinstaller.org/ )
but it does not make your script faster, if you want it as fast as C language, 
please try PythoidC ( http://pythoidc.googlecode.com )
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20100313/8ad915f9/attachment.html>


More information about the Python-list mailing list