I have .py, I want .exe, how??

John Hunter jdhunter at nitace.bsd.uchicago.edu
Wed Jun 19 10:49:21 EDT 2002


>>>>> "jubafre" == jubafre  <jubafre at zipmail.com.br> writes:

    jubafre> i have a file.py how i make e executable file .exe for
    jubafre> run in windows???

In general, whenever you want to convert one file to another, go to
google and search for the two extensions joined by '2' or 'to'

Try

py2exe
jpg2gif
latex2html
ps2pdf

and so on.  You'll almost always find what you want.  In this case,
the first hit would take you to:

http://starship.python.net/crew/theller/py2exe/

Cheers,
John Hunter



More information about the Python-list mailing list