Hi,
For some reason, every Python script I try to run in the Windows command prompt fails to run. I get this output for "python setup.py py2exe":
Traceback (most recent call last):
File "setup.py", line 4, in ?
import py2exe
ImportError: No module named py2exe
I've installed py2exe through it's automatic installer, and I have the folder 'py2exe' in Python24\Lib\site-packages. This error occurs with other scripts, too, but all the scirpts work when I run them through my IDE. It'd just be more convenient in some cases to be able to use the command prompt, so I'd appreciate any help with this.
-Jusa