how do I compiled my text files to have a .exe suffix

Laurent POINTAL pointal at lure.u-psud.fr
Tue Nov 7 06:51:03 EST 2000


On Tue, 7 Nov 2000 00:56:50 -0800, "Madman" <madman at ix.netcom.com>
wrote:

>: I just started to learn python I have made some simple widgets I can run
>: them through the dos windo but i would like to compiled the file so it would
>: have a .exe so i can run it with a icon. where do i get this compiler

See freeze.

Or use pythonw (which avoid the console), and create a Window shortcut
(with its own icon) to start your script.

A+

Laurent.

---
Laurent POINTAL - CNRS/LURE - Service Informatique Experiences
Tel/fax: 01 64 46 82 80 / 01 64 46 41 48
email  : pointal at lure.u-psud.fr  ou  lpointal at planete.net 



More information about the Python-list mailing list