Mike Pentney wrote:
...
>PyOpenGL-2.0.1.07.py2.3-numpy23.exe
>Numeric-23.1.win32-py2.3.exe
>glut32.dll (version 3.7)
>
>When I try to run an OpenGL script (for example, "openGLDemo.py" included
>with the PythonWin distribution), Python crashes with an application error
>(a memory access violation). Python also spits out a few exceptions, the
>first of which is:
>
>ImportError: No module named numarray.libnumarray
>
>
You will need to install NumArray as well, which is a follow-on project
to Numpy. The machine on which the binary installer was built had
NumArray installed, and for some silly reason that alters the *Numpy*
installation such that anything linked against Numpy on that machine has
a (pointless) dependency on NumArray. C is such a silly thing that way.
>Any ideas? Am I using the wrong version of "numpy"?
>
>
Numpy is fine, you just need to add NumArray to the mix.
HTH,
Mike
________________________________________________
Mike C. Fletcher
Designer, VR Plumber, Coder
http://members.rogers.com/mcfletch/
blog: http://zope.vex.net/~mcfletch/plumbing/
|