From: Joseph Q. <cpu...@gm...> - 2005-04-29 17:43:09
|
Traceback (most recent call last): File "C:\Python24\Lib\site-packages\py2exe\samples\simple\setup.py", line 34, in -toplevel- console = ["hello.py"], File "C:\Python24\lib\distutils\core.py", line 137, in setup raise SystemExit, gen_usage(dist.script_name) + "\nerror: %s" % msg SystemExit: usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help error: no commands supplied I get that error. Why don't I have a dist folder? What am I doing wrong? Thanks, JQ |