tkinter, activepython, win32

Don Tuttle tuttledon at hotmail.com
Sat Mar 10 12:46:54 EST 2001


> Luke wrote:
> >
> > python newbie!
> > cannot get tkinter programs to run...
> >
> > did 'normal' install of activepython 2.0 build 203
> > installed Tcl/Tk 8.3 for Windows, Binary Distribution
>>
> "Paul Prescod"
> I would suggest you use the package manager to get tk and try again.
> Just start the package manager and type "install tk". Or else you could
> have selected "install tk" when you installed ActivePython.

Seem ActiveState's TK build is broken:

>>> from Tkinter import *
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "d:\python20\lib\lib-tk\Tkinter.py", line 34, in ?
    import FixTk # Attempt to configure Tcl/Tk without requiring PATH
  File "d:\python20\lib\lib-tk\FixTk.py", line 1, in ?
    import sys, os, _tkinter
ImportError: dynamic module does not define init function (init_tkinter)

Don







More information about the Python-list mailing list