From: Gary H. <gh...@bi...> - 2001-04-12 17:01:06
|
I have recently downloaded Visual Python; I'm running Red Hat 6.2. I also have Mesa installed. When I enter python and try to import VPython, I get this: Python 2.0 (#1, Oct 16 2000, 18:10:03) [GCC 2.95.2 19991024 (release)] on linux2 Type "copyright", "credits" or "license" for more information. >>> import visual Visual-2000-11-26 Traceback (most recent call last): File "<stdin>", line 1, in ? File "/usr/local/lib/python2.0/site-packages/visual/__init__.py", line 17, in ? import cvisual ImportError: /usr/lib/libgtkgl.so.4: undefined symbol: glXUseXFont >>> I've tried putting my Mesa shared object file in many different places, but with no luck. Am I missing another piece? I though glXUseXFont is part of OpenGL. Thanks Gary |