Python executable on Windows

Grant Edwards grante at visi.com
Mon Aug 2 15:28:36 EDT 2004


On 2004-08-02, Simon Faulkner <news at titanic.co.uk> wrote:

>> Is it possible to write a program and add the Python
>> interpreter so that I just end up with a single .exe file for
>> windows?

> I guess py2exe as in the thread above!  Doh...

It doesn't produce a single .exe file.  It produces a directory
of files that need to be installed (one of which is an .exe).

> Is it easy?

Yes. 

http://starship.python.net/crew/theller/py2exe/

-- 
Grant Edwards                   grante             Yow!  Spreading peanut
                                  at               butter reminds me of
                               visi.com            opera!! I wonder why?



More information about the Python-list mailing list