[PyOpenGL-Users] 2.0.0.44 fails to run
Brought to you by:
mcfletch
|
From: Randall H. <aa...@ya...> - 2001-09-26 18:19:47
|
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.
Randall
> cd OpenGL/Demo/GLE
> python cone.py
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__
File "/usr/local/lib/python2.1/site-packages/OpenGL/GL/__init__.py", line 15,
in ?
if OpenGL._numeric:
AttributeError: 'OpenGL' module has no attribute '_numeric'
> python
Python 2.1 (#2, Jun 1 2001, 14:16:06) [C] on irix646-n32
Type "copyright", "credits" or "license" for more information.
>>> import Numeric
>>>
__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger. http://im.yahoo.com
|