[Tutor] py2exe help

Kyle Babich kb@kb2.net
Mon, 19 Aug 2002 23:41:08 UT


I installed py2exe on my win98 system but I'm having problems getting
it to work.

Here is my setup.py:
from distutils.core import setup
import py2exe

setup(name=3D"abc",
      scripts=3D["abc.py"],
)

And here is my command line:
c:\python22\python c:\python22\setup.py py2exe abc.py

And the result...
invalid command name 'abc.py'

I know all of the paths are correct (fyi my system wouldn't recognize
it if I just typed in python instead of c:\python22\python), and I am
in the name folder as abc.py, so why is the command invalid?

Thank you,
--
Kyle