[IPython-dev] Problem with ipython in 'develop' mode
Laurent Dufréchou
laurent.dufrechou at gmail.com
Sun Apr 27 13:30:13 EDT 2008
Ok solved the problem with redoing:
Python eggsetup.py develop
-----Message d'origine-----
De : ipython-dev-bounces at scipy.org [mailto:ipython-dev-bounces at scipy.org] De
la part de Gael Varoquaux
Envoyé : dimanche 27 avril 2008 19:03
À : 'ipython-dev Mailing list'
Objet : Re: [IPython-dev] Problem with ipython in 'develop' mode
On Sun, Apr 27, 2008 at 07:02:19PM +0200, Laurent Dufrechou wrote:
> pkg_resources.DistributionNotFound: ipython==0.8.3.bzr.r57
> Have you ever run in such problems? I think it is relative to using
> bazaar
> branch, but I'm a bit lost....
This is setuptools magic. The script that you are trying to run is trying
to find a certain version of ipython, but is not finding it. Most often
the cause for this is that you are running an old script with a new
instal.
Gaël
_______________________________________________
IPython-dev mailing list
IPython-dev at scipy.org
http://lists.ipython.scipy.org/mailman/listinfo/ipython-dev
More information about the IPython-dev
mailing list