Re: [Matplotlib-users] matplotlib numpy version confusion with ipython -pylab

2008-06-06 Thread Darren Dale
Hi Andrew, It looks like you have an old version of numpy somewhere on your python path. You need to delete all the old numpy installs/eggs from site-packages, and anywhere else on your PYTHONPATH. On Friday 06 June 2008 3:48:05 am Andrew Charles wrote: > I recently removed my existing numpy a

[Matplotlib-users] matplotlib numpy version confusion with ipython -pylab

2008-06-06 Thread Andrew Charles
I recently removed my existing numpy and matplotlib installations and rebuilt from svn, then installed the matplotlib-0.98.0 egg If I fire up ipython and then get to work everything is ok, but attempting to start ipython with the -pylab flag results in a numpy version error message, as shown below.