[Python-es] py2exe

Andres Marin aymg01 en gmail.com
Mar Jun 1 07:19:04 CEST 2010


Hola,

Tengo instalado python26 (en windows) instale py2exe 0.6.9, genero el
archivo

setup.py
from distutils.core import setup
import py2exe
setup(console=['CamTamPap.py'])

lo corro:
C:\Python26>python setup.py install
C:\Python26\lib\site-packages\py2exe\build_exe.py:16: DeprecationWarning:
the se
ts module is deprecated
  import sets
running install
running build
running install_egg_info
Removing C:\Python26\Lib\site-packages\UNKNOWN-0.0.0-py2.6.egg-info
Writing C:\Python26\Lib\site-packages\UNKNOWN-0.0.0-py2.6.egg-info

y eso es el resultado. Alguna idea de que estoy haciendo mal?

Gracias!

-- 
Andres Marin Gomez
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://mail.python.org/pipermail/python-es/attachments/20100601/86a4863c/attachment.html>


Más información sobre la lista de distribución Python-es