Re: [Matplotlib-users] segfault from svn

2006-09-19 Thread John Hunter
> "Ryan" == Ryan Krauss <[EMAIL PROTECTED]> writes: Ryan> I seem to be o.k. now. I tried setup.py clean. That Ryan> doesn't remove the build dir? No, it only rebuilds what is needed, but if the recursive dependency analysis is broken, you can get into an inconsistent state. This ha

Re: [Matplotlib-users] segfault from svn

2006-09-19 Thread John Hunter
> "Ryan" == Ryan Krauss <[EMAIL PROTECTED]> writes: Ryan> I just upgraded matplotlib, numpy, scipy, and ipython to Ryan> currect svn. I am getting a segfault with pylab: Try rm -rf the build subdir and recompile -- I just updated the SWIG srcs which may be causing your problem. JDH

Re: [Matplotlib-users] segfault from svn

2006-09-19 Thread Ryan Krauss
If I change numerix to numarray, this goes away. Is anyone else out there successfully running svn mpl with: In [2]: numpy.__version__ Out[2]: '1.0rc1.dev3190' In [3]: matplotlib.__version__ Out[3]: '0.87.5' Thanks, Ryan On 9/19/06, Ryan Krauss <[EMAIL PROTECTED]> wrote: > I just upgraded mat

[Matplotlib-users] segfault from svn

2006-09-19 Thread Ryan Krauss
I just upgraded matplotlib, numpy, scipy, and ipython to currect svn. I am getting a segfault with pylab: Python 2.4.2 (#2, Sep 30 2005, 21:19:01) [GCC 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu8)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import p