How to create Python executable
Brian Lee
senux at senux.com.NOSPAM
Sat Jun 30 13:35:26 EDT 2001
Try py2exe and freeze. py2exe homepage is
http://py2exe.sourceforge.net/ and freeze is in Python
source tarball.
I've ever test to build exe file from a Python source with
wxPython and some other my own modules and it works pretty
well. Visit their homepage for more.
- Brian,.
sorular wrote:
> A simple question I should've learnt long ago!
>
> How to make an executable from a python program?
>
> The code is made up from several python scripts and files in a
> directory. It requires ActiveState to run but I want to run it on any
> machine as an executable (*.exe) that don't necessarily have python.
>
> thanks
>
> ~sor
More information about the Python-list
mailing list