py2exe, why tcl files???

Gerhard Häring gerhard.haering at gmx.de
Tue Oct 1 15:40:16 EDT 2002


* jubafre at brturbo.com <jubafre at brturbo.com> [2002-10-01 16:28 -0300]:
> i have 5 modules imported:
> 
> #mont.py
> import re
> from sre import *
> import __builtin__
> from struct import *
> import py2exe	

Why do you import py2exe here? This is likely the reason you get a
dependency on Tkinter.

-- Gerhard




More information about the Python-list mailing list