PyOpenGl problem

Randall Hopper aa8vb at yahoo.com
Fri Jun 25 13:14:25 EDT 1999


John Travers:
 |I have compiled PyOpenGl and installed it but whenever I run a demo I get:
 |
 |File "./trees.py", line 1 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.
 |
 |Is this the wrong version of mesa or something?

This dynamic symbol resolution error likely indicates that libMesaGL.so.3
was not correctly linked at compile time (e.g. "ld -o libMesaGL.so ... -lX11")

Randall




More information about the Python-list mailing list