Re: [Matplotlib-users] Error from ``python setupegg.py develop`` using trunk

2009-05-19 Thread Jouni K . Seppänen
Michael Droettboom writes: >> $ python setup.py build_ext --inplace >> $ python setupegg.py develop > I have no idea what the second line does either -- and I've always done > just fine without it ;) AFAIK, the second line does the same thing as the first one, and then makes a matplotlib.egg-l

Re: [Matplotlib-users] Error from ``python setupegg.py develop`` using trunk

2009-05-19 Thread Tony S Yu
On May 19, 2009, at 8:33 AM, Michael Droettboom wrote: > I have no idea what the second line does either -- and I've always > done just fine without it ;) > > The error message is puzzling, since matplotlib does even use swig > currently. Sorry for the noise; I think you're right: this error

Re: [Matplotlib-users] Error from ``python setupegg.py develop`` using trunk

2009-05-19 Thread Michael Droettboom
I have no idea what the second line does either -- and I've always done just fine without it ;) The error message is puzzling, since matplotlib does even use swig currently. Mike Tony S Yu wrote: > Hi, > > I run mpl from the svn trunk, but I ran into a problem today after > pulling the newes

[Matplotlib-users] Error from ``python setupegg.py develop`` using trunk

2009-05-18 Thread Tony S Yu
Hi, I run mpl from the svn trunk, but I ran into a problem today after pulling the newest version (my last update was probably a week ago). The full build output is copied below. I build from trunk using the following commands: $ python setup.py build_ext --inplace $ python setupegg.py devel