Traceback (most recent call last):
File "C:\Python25\setup.py", line 4, in <module>
setup(windows=["iozk1.py"])
File "C:\Python25\lib\distutils\core.py", line 139, 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
de este codigo
Código python:
Ver original
from distutils.core import setup import py2exe setup(windows=["iozk1.py"])
a que se deve el error?