Python 2.2.2 & Tix on win32 - What must I do?

Raseliarison nirinA nirina at mail.blueline.mg
Fri Apr 11 06:46:19 EDT 2003


"Frithiof Andreas Jensen" wrote:

>   >>> import Tix
>   >>> root = Tix.Tk()
>   Traceback (most recent call last):
>     File "<pyshell#1>", line 1, in ?
>       root = Tix.Tk()
>     File "C:\Python22\lib\lib-tk\Tix.py", line 213, in __init__
>       self.tk.eval('package require Tix')
>   TclError: can't find package Tix
>   >>>
> "
> What must I *do* exactly to fix this?
> 

You must have Tix widgets installed.
http://tix.sourceforge.net/
and maybe also the Tix library

nirinA






More information about the Python-list mailing list