Easy way to make EXEs...
Mike C. Fletcher
mcfletch at rogers.com
Thu Jan 29 20:00:41 EST 2004
Xero Limit 126 wrote:
...
>SystemExit: usage: setup [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts]
>...]
> or: setup --help [cmd1 cmd2 ...]
> or: setup --help-commands
> or: setup cmd --help
>
>error: no commands supplied
>--------------------------
>
>
setup.py requires that you specify which command, such as "install",
"bdist_wininst", or in your case "py2exe" you want to run. Distutils
(the source of the setup.py functionality) is a large package with many
operations beyond creating an exe. Try:
python setup.py py2exe
And see if that gets you farther.
Good luck,
Mike
_______________________________________
Mike C. Fletcher
Designer, VR Plumber, Coder
http://members.rogers.com/mcfletch/
More information about the Python-list
mailing list