Is python2.5's Tix wrapper broken?

Gabriel Genellina gagsl-py at yahoo.com.ar
Wed Feb 14 00:32:46 EST 2007


En Tue, 13 Feb 2007 22:10:54 -0300, Ron Provost <ronpro at cox.net> escribió:

> Under Python2.5, the empty root window is displayed but I also get a
> Traceback:
>
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
>   File "C:\Python25\lib\lib-tk\Tix.py", line 210, in __init__
>     self.tk.eval('package require Tix')
> _tkinter.TclError: can't find package Tix

It's a bug, already reported: http://www.python.org/sf/1568240


-- 
Gabriel Genellina




More information about the Python-list mailing list