Comment 5 for bug 497419

Revision history for this message
Robert Ferrell (ferrell) wrote :

Getting an import error with the current bazaar checkout. IPython.kernel.magic is looking for IPython.core.shell, but no such file.

Traceback (most recent call last):
  File "/Users/Shared/Develop/Sandbox/ipy-parallel/file1.py", line 3, in <module>
    from IPython.kernel import client
  File "/Users/Shared/SW-Installers/Sandbox/ipython-bzr/ipython/IPython/kernel/client.py", line 44, in <module>
    import IPython.kernel.magic
  File "/Users/Shared/SW-Installers/Sandbox/ipython-bzr/ipython/IPython/kernel/magic.py", line 21, in <module>
    from IPython.core.shell import MTInteractiveShell
ImportError: No module named shell

Should I make a new bug report for this?