woo

WARN: unhandled IPython version 0.1, assuming 0.10 instead.

Asked by Michel Van de gaer

Hi Václav,

After some updates of Ubuntu that went wrong my system went back to it’s initial state, and I could no longer start Woo. To keep things easy I simply reinstalled the VDI (Virtual Disk Image)-Ubuntu-14.04-amd64-Desktop-ALPHA1 that I had but I got this warning and Woo didn’t start:


adminuser@virtualboximagescom-VirtualBox-14:~$ woo
WARN: unhandled IPython version 0.1, assuming 0.10 instead.
Welcome to Woo ver. 0.99+3418+18~ubuntu14.04.1
Traceback (most recent call last):
 File "/usr/bin/woo", line 9, in <module>
   load_entry_point('woo==0.99-3418-18-ubuntu14.04.1', 'console_scripts', 'woo')()
 File "/usr/lib/python2.7/dist-packages/wooMain.py", line 313, in main
   ipythonSession(opts,qt4=True,qapp=woo.qt.wooQApp,qtConsole=woo.qt.useQtConsole)
 File "/usr/lib/python2.7/dist-packages/wooMain.py", line 415, in ipythonSession
   from IPython.Shell import IPShellEmbed
ImportError: No module named Shell
adminuser@virtualboximagescom-VirtualBox-14:~$

Next you asked me to give the output of these lines of code …


dpkg -l |grep ipython

cat /etc/issue

… and this is what I got:

dpkg -l |grep ipython:

adminuser@virtualboximagescom-VirtualBox-14:~$ dpkg -l |grep ipython
ii ipython 1.1.0-1 all enhanced interactive Python shell
adminuser@virtualboximagescom-VirtualBox-14:~$
--

cat /etc/issue:

adminuser@virtualboximagescom-VirtualBox-14:~$ cat /etc/issue
Ubuntu Trusty Tahr (development branch) \n \l

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 reporting, this is related to a newer version of ipython ubuntu 14.10. There is a partial fix commited, the linked bug will track this issue.

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

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