Python and Tktable

Timofey Sleptsov tim_sleptsov at fromru.com
Wed Nov 6 12:58:56 EST 2002


Hello All!

I am try to use Tktable library with python, but without any result ;(
For example, i type it:

Python 2.2 (#1, Mar 29 2002, 17:58:00) 
[GCC 2.95.3 20010315 (release)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import Tkinter
>>> root = Tkinter.Tk()
>>> root.tk.eval('package require Tktable')
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
TclError: couldn't load file "/usr/lib/Tktable2.7/Tktable.so.2.7":
/usr/lib/Tktable2.7/Tktable.so.2.7: undefined symbol: tclStubsPtr
>>> 
And get error message. 

Strange, but TkTable work fine with tcl/tk. Also same situtation i have
with BLT library. What i do wrong?

-- 
Best regards
Timothey Sleptsov



More information about the Python-list mailing list