py2exe / Tkinter problem

Kleine Aap een-niet-bestaande-kleineaap at xs4all.nl
Wed Dec 6 05:56:09 EST 2006


maryannj at gmail.com wrote:

> I've got a python GUI working with Tkinter, and I need to package it as
> an executable file, preferably a single file. 

Why not use an installer to bundle the python interpreter (with TKinter) and
your code in a single executable file? If you don't want to distribute
source code then .pyc or .pyo files can be used?

An example of (freeware) installer software:

http://www.jrsoftware.org/isinfo.php



More information about the Python-list mailing list