PyOpenGL on Linux: MesaGL3: undefined: XFreePixmap
John van der Koijk
vdkoijk at linux01.prc.tno.nl
Thu May 6 10:06:33 EDT 1999
Hi There,
I'm having trouble getting PyOpenGL to work. Compilation went well
after I left Togl out. Anyone have a clue what is going on here?
95 linux01:~/uitpak/PyOpenGL-1.5.5/OpenGL/Demo/srenner $ python ./cursor.py
Traceback (innermost last):
File "./cursor.py", line 1, in ?
from objex import *
File "./objex.py", line 1, in ?
from att_obj import *
File "./att_obj.py", line 3, in ?
from oglpm import *
File "./oglpm.py", line 4, in ?
from OpenGL.GL import *
File "/usr/lib/python1.5/site-packages/OpenGL/GL/__init__.py", line 4, in ?
from _opengl_num import *
ImportError: /usr/lib/libMesaGL.so.3: undefined symbol: XFreePixmap
Greetings,
--
John van der Koijk.
--
TNO Institute of Industrial Technology
PO Box 5073, 2600 GB, Delft, The Netherlands
Phone +31 15 2608833, Fax +31 15 2608846
More information about the Python-list
mailing list