py2exe & tkinter

Robin Becker robin at reportlab.com
Mon Jun 12 06:32:52 EDT 2006


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 input, but with the new bundle_files option it should 
> be possible to integrate our tcl/tk stuff into a common library.zip as that 
> seems to be the method used by freewrap.

After investigation it seems as though this ought to be doable with Tcl's vfs 
command, but that isn't available in Python 2.4's Tcl as it's only up to version 
8.4.
-- 
Robin Becker




More information about the Python-list mailing list