[IPython-dev] ImportError: No module named ipapp

Brian Granger ellisonbg.net at gmail.com
Tue Feb 9 23:34:48 EST 2010


Can you try removing all traces of ipython (both from bin dirs and
site-packages) and reinstall.  It looks like you have multiple versions on
your PATH/PYTHONPATH that are conflicting.

Cheers,

Brian



On Tue, Feb 9, 2010 at 11:22 AM, Nils Wagner
<nwagner at iam.uni-stuttgart.de>wrote:

> Hi all,
>
> I have installed ipython from scratch
>
> bzr branch lp:ipython
> cd ipython
> python setup.py install --prefix=$HOME/local
>
> If I start ipython
>
> ipython
> Traceback (most recent call last):
>   File "/home/nwagner/local/bin/ipython", line 4, in
> <module>
>     from IPython.core.ipapp import launch_new_instance
> ImportError: No module named ipapp
>
> Any idea ?
>
>            Nils
> _______________________________________________
> 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/20100209/1725f181/attachment.html>


More information about the IPython-dev mailing list