need help with "python" command

eric_brake brakedon at hotmail.com
Mon May 28 08:35:39 EDT 2001


I trying to create my own windows executables, but I'm struggling when
I try to run the "python" command in the interpreter. The FAQ on
python.org says it should look like this
        
>>> python setup.py bdist_wininst

but all I get is a syntax error on the "setup" part. I've tried
enclosing "setup" and "bdist_wininst" in brackets like this...

>>> python [setup.py] [bdist_wininst]

but it errors and says "python" not defined.

Help!
thank you



More information about the Python-list mailing list