BLT/Python PMW problem

Sridhar Anandakrishnan sak at essc.psu.edu
Tue Apr 23 11:10:00 EDT 2002


Hi, 

When I try and load BLT from within Tkinter, I get this error:

Python 2.2.1 (#1, Apr  9 2002, 13:10:27) 
[GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-98)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from Tkinter import *
>>> m=Tk() 
>>> m.tk.call('package', 'require', 'BLT')
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
TclError: couldn't load file "/usr/lib/libBLT24.so":
/usr/lib/libBLT24.so: undefined symbol: TclpAlloc
>>> 

Any idea what's up?  I don't get this problem if I do this directly from
Tcl, so it is some sort of path problem?  I don't know Tcl well enough
to track this down - any help appreciated.

(python 2.2.1, tcl/tk 8.3.4, blt 2.4x)

Sincerely,
Sridhar.



More information about the Python-list mailing list