Setting up Tix

B

Bob C

I get the following message when tryin to setup Tix on Linux rh7.3:
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/local/lib/python2.3/lib-tk/Tix.py", line 210, in __init__
self.tk.eval('package require Tix')
_tkinter.TclError: couldn't load file "/usr/lib/libtix":
/usr/lib/libtix.so: cannot open shared object file: No such file or
directory
I have libtix8.1.8.4.a and libtix8.1.8.4.so in /usr/local/lib. I
guess I'm not sure how to set the varibles to correctly point at the
/usr/local directory.

Bob
 
K

klappnase

I get the following message when tryin to setup Tix on Linux rh7.3:

Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/local/lib/python2.3/lib-tk/Tix.py", line 210, in __init__
self.tk.eval('package require Tix')
_tkinter.TclError: couldn't load file "/usr/lib/libtix":
/usr/lib/libtix.so: cannot open shared object file: No such file or
directory

I have libtix8.1.8.4.a and libtix8.1.8.4.so in /usr/local/lib. I
guess I'm not sure how to set the varibles to correctly point at the
/usr/local directory.

Bob

Hi Bob,

have you tried to simply use a symbolic link:

ln -s /usr/local/lib/libtix8.1.8.4.so /usr/lib/libtix.so

Michael
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,772
Messages
2,569,593
Members
45,111
Latest member
KetoBurn
Top