[Tutor] py2exe and python 2.2.2 in cygwin

Greg Freemyer freemyer@NorcrossGroup.com
Mon Mar 10 17:38:02 2003


I want to create a windows executable.

I found py2exe.  (Better ways??)

I am running python 2.2.2 from inside cygwin and added import py2exe to =
setup.py

It does not look like I have py2exe available??  I thought it was standard?

=3D=3D
When try=20
$ python setup.py py2exe --help
Traceback (most recent call last):
  File "setup.py", line 5, in ?
    import py2exe
ImportError: No module named py2exe
=3D=3D =20

Do I need to install distutils?  Or possibly run a Windows native python?

TIA
Greg
--=20
Greg Freemyer