[EMAIL PROTECTED] 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to