Hi all,
Has anyone seen the follwoing message on the Windows platform
when tring to use Tk?
---
[color=blue][color=green][color=darkred]
>>> import Tkinter
>>> root = Tkinter.Tk()[/color][/color][/color]
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "c:\python23\li b\lib-tk\Tkinter.py", line 1564, in __init__
self.tk = _tkinter.create (screenName, baseName, className)
_tkinter.TclErr or: Can't find a usable init.tcl in the following
directories:
c:/python23/lib/tcl8.4 c:/lib/tcl8.4 c:/library
This probably means that Tcl wasn't installed properly.
---
Anyone know the solution?
--
Simon Foster
Somewhere in the West of England
Comment