[New-bugs-announce] [issue1346] Error using >>> from OpenGL.GLUT import *

Dale report at bugs.python.org
Sun Oct 28 00:33:15 CEST 2007


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 "<pyshell#0>", line 1, in <module>
    from OpenGL.GLUT import *
  File "build\bdist.win32\egg\OpenGL\GLUT\__init__.py", line 4, in 
<module>
  File "build\bdist.win32\egg\OpenGL\GLUT\special.py", line 73, in 
<module>
AttributeError: 'NoneType' object has no attribute 'glutDestroyWindow'
>>> 



__init__.py line 4 is;

from OpenGL.GLUT.special import *


special.py line 73 is;

_base_glutDestroyWindow = GLUT.glutDestroyWindow

----------
components: Windows
messages: 56866
nosy: neuralsensor
severity: normal
status: open
title: Error using >>> from OpenGL.GLUT import *
type: compile error
versions: Python 2.5

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1346>
__________________________________


More information about the New-bugs-announce mailing list