Comment 6 for bug 497419

Revision history for this message
Fernando Perez (fdo.perez) wrote : Re: [Bug 497419] Re: importing client.TaskClient() hangs

Hey Brian,

On Wed, Dec 16, 2009 at 9:39 AM, Robert Ferrell <email address hidden> 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?

Do you know off the top of your head if this is fixed in the branch
pending review?

If so, we can hold off on this: Brian and I will review and finish up
that branch over the next few days (hopefully this weekend).

Cheers,

f