[IPython-dev] Problem with 0.12 beta
MinRK
benjaminrk at gmail.com
Wed Nov 30 14:58:22 EST 2011
On Wed, Nov 30, 2011 at 11:53, Fernando Perez <fperez.net at gmail.com> wrote:
> 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:
>
I think you are right, and this is probably EPD's doing. My guess: you
installed EPD on this machine, and are not currently using it. Is this
correct?
EPD's default IPython profile is not a no-op - it does exactly one thing:
load kernmagic.
This came up on IRC a few weeks ago, for a completely baffled user.
-MinRK
>
> (master)longs[IPython]> grin kernmagic
> (master)longs[IPython]>
>
> so I don't think that's coming from us...
>
> Cheers,
>
> f
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20111130/fd2ed862/attachment.html>
More information about the IPython-dev
mailing list