Problem with OpenGL.GLUT

Mike C. Fletcher mcfletch at rogers.com
Fri Jan 9 15:14:03 EST 2004


Cousin Stanley wrote:

>Steven .... 
>
>  I'm also having  import  problems 
>  with a Win98 installation of PyOpenGL for Python 2.3
>  from .... 
>  
>
...

>Using  < dependency walker >  to examine .... 
>
>       /site-packages/OpenGL/GLUT.pyd 
>
>shows .... glut32.dll  * Not Found * 
>  
>
PyOpenGL doesn't include the actual GLUT library, just a wrapper around 
it (most systems already have GLUT installed these days).  You can find 
a link for GLUT for win32 here:

    http://pyopengl.sourceforge.net/documentation/installation.html

(look for "Win32 binary package" under GLUT 3.7+).

>I've done a few searches on Google,
>but as yet haven't turned up what
>seems to be a compatible version 
>of this particular missing DLL file .... 
>
>Hopefully, someone here might know
>how to resolve this .... 
>  
>
HTH,
Mike

_______________________________________
  Mike C. Fletcher
  Designer, VR Plumber, Coder
  http://members.rogers.com/mcfletch/







More information about the Python-list mailing list