Differences between revisions 1 and 2
Revision 1 as of 2004-01-27 13:15:35
Size: 518
Editor: cache1-2-ffm-vpn
Comment: no tk needed
Revision 2 as of 2004-01-27 13:42:46
Size: 517
Editor: cache1-1-ffm-vpn
Comment: grammer corrected
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
I use wxPython for my GUI. Modulefinder / py2exe nonetheless decides that tkinter and tcl has to be included into my distribution. I use wxPython for my GUI. Modulefinder / py2exe nonetheless decides that tkinter and tcl have to be included in my distribution.

Problem

I use wxPython for my GUI. Modulefinder / py2exe nonetheless decides that tkinter and tcl have to be included in my distribution.

Explanation

??? I would like one, really.

Solution

Extend the exclusions

   1 excludes = ["pywin", "pywin.debugger", "pywin.debugger.dbgcon",
   2             "pywin.dialogs", "pywin.dialogs.list", 
   3             "Tkconstants","Tkinter","tcl"
   4             ]

the relevant line is

            "Tkconstants","Tkinter","tcl"

HAM 20040127

TkInter (last edited 2008-07-08 11:27:43 by localhost)