[issue1346] Error using >>> from OpenGL.GLUT import *

2008-08-23 Thread Igor do Valle Campbell
Igor do Valle Campbell <[EMAIL PROTECTED]> added the comment: You have to put the glut32.dll in Windows/system32 folder. You can get glut32.dll here: http://www.xmission.com/~nate/glut/glut-3.7.6-bin.zip extract the glut32.dll to the Windows/system32 folder and voila. -- nosy: +igorca

[issue1346] Error using >>> from OpenGL.GLUT import *

2007-10-30 Thread Neal Norwitz
Neal Norwitz added the comment: As gagenellina said, this problem appears to be with OpenGL, not python. OpenGL is not maintained here. You'll have to open a bug report with them. -- nosy: +nnorwitz resolution: -> rejected status: open -> closed __ Tra

[issue1346] Error using >>> from OpenGL.GLUT import *

2007-10-27 Thread Gabriel Genellina
Gabriel Genellina added the comment: Looks like GLUT in special.py is None. You should ask the PyOpenGL author/community for help. This is not a Python bug. -- nosy: +gagenellina __ Tracker <[EMAIL PROTECTED]> _

[issue1346] Error using >>> from OpenGL.GLUT import *

2007-10-27 Thread Dale
New submission from Dale: I get the response shown below when trying to use OpenGL. I have Python 2.5, PIL-1.1.6, and PyOpenGL 3.0 installed. Any help would be greatly appreciated. Thanks, Dale >>> from OpenGL.GLUT import * Traceback (most recent call last): File "", line 1, in from O