RE: [PyOpenGL-Users] 2.0.0.44 fails to run
Brought to you by:
mcfletch
From: Tarn W. B. <twb...@ma...> - 2001-09-26 18:42:25
|
| I neglected to remove the old OpenGL package. With that done, I | rebuilt and | reinstalled, only to get the following error. Any idea what is wrong? | | There is no GL.so module that I can find, though I notice that there is a | site-packages/OpenGL/GL subdirectory with a large __init__.so | file in it (a | shared object). I guess Python doesn't see this as a reasonable | proxy for a | "GL" module. Should it? | | Traceback (most recent call last): | File "cone.py", line 8, in ? | from OpenGL.GL import * | File | "/usr/local/lib/python2.1/site-packages/OpenGL/__init__.py", line 16, in | ? | from GL import __numeric_present__, __numeric_support__ | ImportError: No module named GL | check to make sure there isn't a /usr/lib/python2.1/site-packages/OpenGL Are you running cone.py from OpenGL/Demo/GLE, i.e. $ cd /usr/local/lib/python2.1/site-packages/OpenGL/Demo/GLE $ ./cone.py Tarn |