[Tutor] please help (fwd)

Danny Yoo dyoo@hkn.eecs.berkeley.edu
Wed Apr 2 13:20:02 2003


[I'm slightly busy at the moment; sorry!  I will forward this to
tutor@python.org.]

---------- Forwarded message ----------
Date: Tue, 1 Apr 2003 23:51:15 EST
From: GREENDAY31087@aol.com
To: dyoo@hkn.eecs.berkeley.edu
Subject: Re: [Tutor] please help

I made a mistake. The error message looked more like the one you had. So, do
you mean to put the command python setup.py py2exe in the setup program so it
looks like:
***************************************
# setup.py
from distutils.core import setup
import py2exe

setup(name="test",
      scripts=["test.py"],
)
python setup.py py2exe
***************************************
-??
What do you mean?