Issue 31 in glumpy: absent (unit-/smoke-)tests to verify either I screwed up or there is a bug ;-)

1 view
Skip to first unread message

glu...@googlecode.com

unread,
Apr 10, 2013, 10:37:04 PM4/10/13
to Nicolas...@inria.fr
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

glu...@googlecode.com

unread,
Apr 11, 2013, 2:13:45 AM4/11/13
to Nicolas...@inria.fr
Updates:
Status: Fixed

Comment #1 on issue 31 by Nicolas...@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

There was an error that I just fixed. Should be ok now.
Reply all
Reply to author
Forward
0 new messages