Ver Mensaje Individual
  #1 (permalink)  
Antiguo 29/10/2008, 17:36
iozk
 
Fecha de Ingreso: mayo-2008
Mensajes: 499
Antigüedad: 16 años
Puntos: 1
Exclamación error en py2exe

me salio este error cuando iva a compilar mi aplicacion

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
  1. from distutils.core import setup
  2. import py2exe
  3.  
  4. setup(windows=["iozk1.py"])

a que se deve el error?