[ctypes-users] LoadLibrary fails with libglut.so on linux
by Leonard "paniq" Ritter other posts by this author
Oct 25 2005 9:18AM messages near this date
[ctypes-users] *FILE newbie question
|
Re: [ctypes-users] LoadLibrary fails with libglut.so on linux
given this minimal reproduce:
from ctypes import *
glut = cdll.LoadLibrary('libglut.so')
i get following error:
Traceback (most recent call last):
File "glut.py", line 20, in ?
glut = cdll.LoadLibrary('libglut.so')
File "/usr/lib/python2.4/site-packages/ctypes/__init__.py", line 415,
in LoadLibrary
return self._dlltype(name)
File "/usr/lib/python2.4/site-packages/ctypes/__init__.py", line 319,
in __init__
self._handle = _LoadLibrary(self._name)
OSError: /usr/X11R6/lib/libglut.so: undefined symbol: XFreePixmap
supposedly a few other modules have to be loaded before libglut, but
even loading those (i got the other required modules by doing an ldd on
the _GLUT.pyd from the pyopengl distribution) wont make the error go
away.
anyone has an idea whats wrong?
--
-- leonard "paniq" ritter
-- http://www.mjoo.org
-- http://www.paniq.org
-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
ctypes-users mailing list
ctypes-users@[...].net
https://lists.sourceforge.net/lists/listinfo/ctypes-users
Thread:
Leonard "paniq" Ritter
Mike C. Fletcher
Thomas Heller
Leonard "paniq" Ritter
Leonard "paniq" Ritter
Leonard "paniq" Ritter
Leonard "paniq" Ritter
Leonard "paniq" Ritter
Leonard "paniq" Ritter
Leonard "paniq" Ritter
|