Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 19 by
moritzka...@gmail.com: Undefined GLUT callback function
Scroll
http://code.google.com/p/glumpy/issues/detail?id=19
What steps will reproduce the problem?
1. Run any Demo that uses a glumpy Window
What is the expected output? What do you see instead?
It will fail to start giving raising this exception:
File "/Users/mkassner/MIT/pupil_google_code/code/Capture/world.py", line
70, in world
fig = glumpy.figure((img_arr.shape[1], img_arr.shape[0]))
File "/Library/Python/2.7/site-packages/glumpy/__init__.py", line 68, in
figure
return Figure(size=size, position=position, parent=None)
File "/Library/Python/2.7/site-packages/glumpy/figure.py", line 90, in
__init__
self._window = Window( size=(w,h), position=position, title='Figure')
File "/Library/Python/2.7/site-packages/glumpy/window/backend_glut.py",
line 147, in __init__
glutScrollFunc( self._scroll)
File "/Library/Python/2.7/site-packages/OpenGL/GLUT/special.py", line
139, in __call__
self.wrappedOperation( cCallback, *args )
File "/Library/Python/2.7/site-packages/OpenGL/GLUT/special.py", line
107, in failFunction
typeName, 'glut%sFunc'%(typeName),
NullFunctionError: Undefined GLUT callback function Scroll, check for
bool(glutScrollFunc) before calling
What version of the product are you using? On what operating system?
MacOS 10.8 or 10.7 latest source (Jun. 26 2012)
Please provide any additional information below.