How to make a standalone Python/Tk program?

samuel.progin at gmail.com samuel.progin at gmail.com
Wed Nov 21 02:35:21 EST 2007


> How to make a standalone Python/Tk program(e.g. exe file on Windows)?
> Any suggestions are welcome!

Hello!

Here are a few pointers, try to google:
- pyinstaller
- python freeze
- py2exe
or more generally "python to exe"

You may have a search on this mailing list, in my mind this topic was
discussed recently.

Best regards.

Sam



More information about the Python-list mailing list