This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neuralsensor
Recipients neuralsensor
Date 2007-10-27.22:33:14
SpamBayes Score 0.10357936
Marked as misclassified No
Message-id <1193524395.52.0.467041983847.issue1346@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2007-10-27 22:33:15neuralsensorsetspambayes_score: 0.103579 -> 0.10357936
recipients: + neuralsensor
2007-10-27 22:33:15neuralsensorsetspambayes_score: 0.103579 -> 0.103579
messageid: <1193524395.52.0.467041983847.issue1346@psf.upfronthosting.co.za>
2007-10-27 22:33:15neuralsensorlinkissue1346 messages
2007-10-27 22:33:15neuralsensorcreate