|
Just installed Tix, demos run OK, but when I attempt to use from
python I get:
>> import Tix
>> r = Tix.Tk()
Traceback (most recent call last):
File "<pyshell#42>", line 1, in -toplevel-
r = Tix.Tk()
File "/usr/local/lib/python2.3/lib-tk/Tix.py", line 210, in
__init__
self.tk.eval('package require Tix')
TclError: can't find package Tix
I followed all the directions what can I do to get this working??
|