Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 18 by
james.be...@gmail.com: OpenGL.GL has no attribute
GL_FRAMEBUFFER_EXT
http://code.google.com/p/glumpy/issues/detail?id=18
What steps will reproduce the problem?
1. call Figure.save
2.
3.
What is the expected output? What do you see instead?
File "../lib/python2.7/site-packages/glumpy/figure.py", line 300, in save
fbo.glFramebufferTexture2DEXT( gl.GL_FRAMEBUFFER_EXT,
gl.GL_COLOR_ATTACHMENT0_EXT,
AttributeError: 'module' object has no attribute 'GL_FRAMEBUFFER_EXT'
What version of the product are you using? On what operating system?
PyPI versions of OpenGL and glumpy, ubuntu 12.
Please provide any additional information below.