[python-win32] py2exe HELP

Robert Garber garber@centralcatholic.org
Thu, 28 Mar 2002 14:56:21 -0500


Hello,

 I am crashing and burning. I have tried everything i can think of. I able to get everytihng in the same directory. at the DOS prmpt i type python setup.py py2exe. Everything seems smooht unitl it gets donw the screena bit then it says 'runtime error line 3 in ? RUNtime error: Something is wrong.

So I oppne up the py2exe script. It tells me it has been replaced with the build_exe.py. So i edit my setup script to import build_exe. At the prompt I type python setup.py build_exe.That didnt work..Now I am getting a usage error that show 3 or 4 different ways to ask for help. and this one

error: invalid command 'build_exe' (no class 'build_exe' in mdule 'distutils.command.build_exe')> enst step I assumed was to copy thebuild_exe in to distutils.command directory. That didnt work. I am still getting the same error.  Any ideas on how to make this work?

Thanks 
Robert