[PyOpenGL-Devel] [ pyopengl-Bugs-1859019 ] unable to import GLUT
Brought to you by:
mcfletch
|
From: SourceForge.net <no...@so...> - 2007-12-27 17:47:06
|
Bugs item #1859019, was opened at 2007-12-27 09:47 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105988&aid=1859019&group_id=5988 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: GLUT Group: v3.0.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: unable to import GLUT Initial Comment: I get the following error upon a command: >>> from OpenGL.GLUT import * Traceback (most recent call last): File "<pyshell#2>", 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' Please help me to get GLUT to work sha...@ya... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105988&aid=1859019&group_id=5988 |