Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 31 by
yarikop...@gmail.com: absent (unit-/smoke-)tests to verify
either I screwed up or there is a bug ;-)
http://code.google.com/p/glumpy/issues/detail?id=31
well -- now I tried just to run a demo
$> PYTHONPATH=$PWD/build/lib.linux-x86_64-2.7/ demos/benchmark.py
freeglut (demos/benchmark.py): glutSetOption(): missing enum handle 1
Traceback (most recent call last):
File "demos/benchmark.py", line 43, in <module>
fig = glumpy.figure((512, 512))
File "/home/yoh/deb/perspect/glumpy/build/lib.linux-x86_64-2.7/glumpy/__init__.py",
line 69, in figure
return Figure(size=size, position=position, parent=None)
File "/home/yoh/deb/perspect/glumpy/build/lib.linux-x86_64-2.7/glumpy/figure.py",
line 90, in __init__
self._window = Window( size=(w,h), position=position, title='Figure')
File "/home/yoh/deb/perspect/glumpy/build/lib.linux-x86_64-2.7/glumpy/window/backend_glut.py",
line 151, in __init__
glutMouseWheelFunc( self._wheel)
NameError: global name 'glutMouseWheelFunc' is not defined
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings