[PythonCE] Tkinter module importing

Mark Doukidis mdoukidis at gmail.com
Tue Aug 24 12:17:05 CEST 2004


Question: Why is does the module "Tkinter" not "import" like other modules ?

Comments I have seen posted are to perform:

>>> import sys
>>> sys.path.append('\\Program Files\\Python\\lib\\Python23.zip\\lib-tk')
>>> import Tkinter
>>>

While this works it seems strange to me that this effort is required
for PythonCE.

Can someone enlighten me on this topic ?

Mark


More information about the PythonCE mailing list