compile to exe?

David Fraser davidf at sjsoft.com
Tue Aug 31 16:47:04 EDT 2004


Active8 wrote:
> I just moticed that wxGlade 3.1.1 comes with a windows installer and
> runs as an exe with a python22.dll and a bunch of .pyd files (pythod
> dlls?) and wxGlade 3.4 is all python files.
> 
> I might be getting in deep here, but how do you turn .py files into
> .pyds and .exes?
> 
> Any links or references to which doc and section would be
> appreciated.

There are a number of ways, py2exe is the simplest to start off with on 
Windows:
   http://py2exe.sf.net/

David



More information about the Python-list mailing list