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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1346>
__________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com