[IPython-dev] Problem with 0.12 beta

Fernando Perez fperez.net at gmail.com
Wed Nov 30 14:53:46 EST 2011


Hey Brian,

On Wed, Nov 30, 2011 at 11:38 AM, Brian Granger <ellisonbg at gmail.com> wrote:
>
> ImportError: No module named kernmagic
>
> In [1]: import IPython
>
> In [2]: IPython.__file__
> Out[2]: '/nfsopt/lib/python2.7/site-packages/IPython/__init__.pyc'
>
> In [3]: IPython.__version__
> Out[3]: '0.12.beta'
>
> Is there a missing file?

Is it possible you have it listed in your profile?  I grepped for
'kernmagic' in the entire source tree and it's not mentioned anywhere:

(master)longs[IPython]> grin kernmagic
(master)longs[IPython]>

so I don't think that's coming from us...

Cheers,

f



More information about the IPython-dev mailing list