[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
I've got a python GUI working with Tkinter, and I need to package it as
an executable file, preferably a single file. I've got py2exe working
without the 'bundle_files' option, but when I add that option in
("bundle_files": 1), the built executable gives me the following error:
--
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
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 input, but with the new bundle_fi