embedding opengl in wxpython window [Re: Advice needed: large

Mike C. Fletcher mcfletch at rogers.com
Tue Mar 16 15:09:31 EST 2004


DH wrote:
...

> I never installed OpenGL or GLUT.  OpenGL comes with Windows.  In 
> python 2.2 everything worked fine.  Does the python 2.3 version not 
> weak link glut or something?

No version of PyOpenGL 2.x has, to my knowledge, ever included GLUT.  
Could be you installed it without noticing?  It's not a complex process 
after all, just drag a single DLL to a directory in the system path.  
I've been known to forget doing such things in the past.  That said, 
could be that something is importing OpenGL.GLUT from the Python side 
that wasn't importing it before... don't know what that would be, though.

<shrug>Otherwise engaged at the moment, so little time to explore.</shrug>

Have fun,
Mike

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






More information about the Python-list mailing list