module py2exe

jubafre at zipmail.com.br jubafre at zipmail.com.br
Mon Jun 24 07:45:52 EDT 2002


i don´t know how to use a py2exe module, i have made the download but i
don´t know to install. the direcroty of installation is lib\site-packages.

i have a program using tkinter module and i want to compile to .exe the
name of the file is lfa.py, i read in http://starship.python.net/crew/theller/py2exe/,
i have to make a setup.py, so doesn´t work, how i can make this rigth???????????????????

# setup.py
from distutils.core import setup
import py2exe

setup(name="lfa",
      scripts=["lfa.py"],
)

Juliano Freitas
www.gebrasil.hpg.com.br




------------------------------------------
Use o melhor sistema de busca da Internet
Radar UOL - http://www.radaruol.com.br








More information about the Python-list mailing list