>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 )
 
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to