Re: [PyOpenGL-Users] Installation on Windows
Brought to you by:
mcfletch
From: altern <al...@gm...> - 2005-12-14 09:43:51
|
hi karlsten K.W...@gm... wrote: > Hello! > I have unsuccessfully tried to install > > Numeric-23.8.win32-py2.3.exe > PyOpenGL-2.0.2.01.py2.3-numpy23.exe > glut-3.7.6-bin.zip > Opengl95.exe > > on my Windows ME machine with Python 2.3.4 > > It fails to import the OpenGL.GLUT module: It says there was > a problem loading the _GLUT dynamic link library. > > While searching this list's archive, I recovered that the same issue > was reported some time ago, but with no reply. Can anyone help here? > I have no Visual C compiler available... Looks like under some versions of Windows you need to as well to install GLUT dll to get OpenGL running. This can be downloaded from http://www.xmission.com/%7Enate/glut.html If this is the reason that causes your problem, it is not a problem with python or pyopengl but something to do with windows ME not being prepared for OpenGL. I hope this solved the problem. good luck > Kind regards, > Karsten. > |