Package: LibTogl1Version: 1.7-12
When I call Togl from pyhton I get an undefined symbol error:
>>> import OpenGL >>> from OpenGL.Tk import *No handlers could be found for
>>> logger "OpenGL.Tk"Traceback (most recent call last): File "<stdin>", line
>>> 1, in <module> File
>>> "/usr/lib/python2.5/site-packages/OpenGL/Tk/__init__.py", line 114, in
>>> <module> _default_root.tk.call('package', 'require',
>>> 'Togl')_tkinter.TclError: couldn't load file "/usr/lib/libTogl.so.1.7":
>>> /usr/lib/libTogl.so.1.7: undefined symbol: tclStubsPtr
I'm using Debian GNU/LINUX Testing linux-image-2.6.32-3-amd64 and libc6
2.10.2-6 and python2.5 2.5.5-6.
Thanks a lot and best regards,Mauro Sgroi.