Unfortunately, I forgot to do it :(
Then, just after sending the message to the list, it sprang to my
mind. To make it worse, I then mistakenly entered:
rm -Rf /path/to/site-packages
no matplotlib at the end, and hit enter.
There goes my beautiful Python install. :'(
Is there some switch to set
Did you try deleting your old mpl directory from site-packages, remove the
build directory from you mpl sources, and rebuild from scratch?
On Sunday 22 October 2006 6:59 am, Edin Salkovic wrote:
> Hi,
>
> I built and installed the latest matplotlib from SVN.
>
> When I type:
> >>> from pylab im
Hi,
I built and installed the latest matplotlib from SVN.
When I type:
>>> from pylab import *
>>> plot([1,2,3])
I get:
Traceback (most recent call last):
File "", line 1, in ?
File "/usr/lib/python2.4/site-packages/matplotlib/pylab.py", line
2027, in plot
ret = gca().plot(*args, **kwa