Re: Tix cannot open /usr/share/libtix
[EMAIL PROTECTED] wrote: > is there any way to tell python/tkinter/tix where to look for the > library? Try (un)setting TIX_LIBRARY. Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list
Tix cannot open /usr/share/libtix
Hi, I have a problem getting Tix to run: Python 2.4.1 (#2, Aug 17 2005, 10:19:59) [GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-5)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import Tix >>> t = Tix.Tk() Traceback (most recent call last): File "", line 1, in