woo

WARN: unhandled IPython version 0.110, assuming 0.12 instead.

Asked by Michel Van de gaer

I get a ‘Warn’ message when starting ‘Woo’, but besides this the program just works fine, I’m adding the code:


adminuser@virtualboximagescom-VirtualBox-14:~$ woo
WARN: unhandled IPython version 0.110, assuming 0.12 instead.
Welcome to Woo ver. 0.99+3421+18~ubuntu14.04.1
/usr/lib/python2.7/dist-packages/IPython/frontend.py:30: UserWarning: The top-level `frontend` package has been deprecated. All its subpackages have been moved to the top `IPython` level.
 warn("The top-level `frontend` package has been deprecated. "
[[ ^L clears screen, ^U kills line. F12 controller, F11 3d view, F10 both, F9 generator, F8 plot. ]]
Woo [1]: woo.qt.Controller(), woo.qt.View();
setMouseBinding(int state, ClickAction...) is deprecated. Use the modifier/button equivalent
setMouseBinding(int state, MouseHandler...) is deprecated. Use the modifier/button equivalent
setMouseBinding(int state, MouseHandler...) is deprecated. Use the modifier/button equivalent
setMouseBinding(int state, MouseHandler...) is deprecated. Use the modifier/button equivalent
setMouseBinding(int state, MouseHandler...) is deprecated. Use the modifier/button equivalent
setMouseBinding(int state, MouseHandler...) is deprecated. Use the modifier/button equivalent
setMouseBinding(int state, MouseHandler...) is deprecated. Use the modifier/button equivalent
setMouseBinding(int state, MouseHandler...) is deprecated. Use the modifier/button equivalent
Woo [2]:

Question information

Language:
English Edit question
Status:
Solved
For:
woo Edit question
Assignee:
No assignee Edit question
Solved by:
Václav Šmilauer
Solved:
Last query:
Last reply:
Revision history for this message
Best Václav Šmilauer (eudoxos) said :
#1

Thanks for posting, this is related to the linked bug and to a newer version of Qt in the 14.04 archive. None of the messages is fatal, but I will try to adjust the code so that they don't show up.

Revision history for this message
Michel Van de gaer (michelvandegaer) said :
#2

Thanks Václav Šmilauer, that solved my question.