Re: [PyOpenGL-Users] 2.0.0.44 fails to run
Brought to you by:
mcfletch
|
From: Randall H. <aa...@ya...> - 2001-09-26 18:33:27
|
> It builds, but fails to run the demos. Is OpenGL._numeric deprecated?
>
> FWIW I do have Numeric installed. Also, I notice that the build did compile
> with -DNUMERIC, so PyOpenGL knows it's there.
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
__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger. http://im.yahoo.com
|