py2exe - too many Tk files

Gordon McMillan gmcm at hypernet.com
Thu May 31 19:46:12 EDT 2001


[posted and mailed]

greg at electricrain.com (Gregory P. Smith) wrote in
<mailman.991334963.8709.python-list at python.org>: 

[unattributed wrote]
>> ..what is up with all those Tk demo files in there?
>> Doesn't py2exe pick and choose only needed Tk files?


>Deleting the following doesn't cause a problem for me.  There are
>probably others that can go as well.  YMMV.
>
>        tcl\tk8.3\demos
>        tcl\tk8.3\images
>        tcl\tcl8.3\dde1.1
>        tcl\tcl8.3\encoding
>        tcl\tcl8.3\http1.0
>        tcl\tcl8.3\http2.3
>        tcl\tcl8.3\msgcat1.0
>        tcl\tcl8.3\opt0.4
>        tcl\tcl8.3\reg1.0
>        tcl\tcl8.3\tcltest1.0

Installer, by default, excludes /demos and /images. Don't know about 
Thomas, but I didn't feel like writing a dependency tracker for Tcl/Tk and 
a quick look around didn't find one.

- Gordon



More information about the Python-list mailing list