[PyOpenGL-Users] Problem with PyOpenGL and Python 2.3
Brought to you by:
mcfletch
From: Mike P. <mik...@ph...> - 2004-07-15 16:11:42
|
Hi, I'm trying to get PyOpenGL up and running on my Windows XP (Home edition) system. I'm using the ActiveState PythonWin version 2.3.2, and I've downloaded and installed the following packages: 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 Any ideas? Am I using the wrong version of "numpy"? Many thanks for any help you can give me. Mike Pentney. p.s. you'll have guessed that I'm new to Python, but so far I'm very impressed. I can't wait to start implementing real projects! (I'll be especially pleased to get away from Visual Studio .net :-) |