[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
s
Robin Becker wrote:
> Don't know if this is the right place to ask, but has anyone considered using
> something like tcl's freewrap code to integrate tkinter into py2xe single
> executables?
>
> We currently use the (fairly clunky) nsis route to create single file
> executables with py2exe as i