Bugs item #2079402, was opened at 2008-08-27 19:32
Message generated for change (Comment added) made by mcfletch
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105988&aid=2079402&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: GLE
Group: v3.0.0
>Status: Closed
>Resolution: Out of Date
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: 'DarwinPlatform' object has no attribute 'getExtensionProced
Initial Comment:
More specifically, I get this sequence of error messages
File "/Users/woolford/EMAN2/lib/emimage2d.py", line 721, in render
GL.glBlendEquation(GL.GL_FUNC_SUBTRACT);
File "/Library/Python/2.5/site-packages/PyOpenGL-3.0.0b5-py2.5.egg/OpenGL/platform/baseplatform.py", line 296, in __call__
if self.extension and self.load():
File "/Library/Python/2.5/site-packages/PyOpenGL-3.0.0b5-py2.5.egg/OpenGL/platform/baseplatform.py", line 275, in load
pointer = platform.PLATFORM.getExtensionProcedure(
AttributeError: 'DarwinPlatform' object has no attribute 'getExtensionProcedure'
----------------------------------------------------------------------
>Comment By: Mike C. Fletcher (mcfletch)
Date: 2009-07-18 22:32
Message:
bzr head seems to have been fixed to not call getExtensionProcedure on Mac.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105988&aid=2079402&group_id=5988
|