Re: [Matplotlib-users] segfault on plot

2009-09-11 Thread Andrew Straw
Dave wrote: > > I resolved the issue by compiling matplotlib from source on my windows box > which I'm happy to report wasn't too difficult! It seems to work for my usual > interactive use however it segfaults when running the tests :| > > http://pastebin.com/m5ee30885 > Thanks for running this

Re: [Matplotlib-users] segfault on plot

2009-09-11 Thread Dave
Eric Firing writes: > > Dave wrote: > > I upgraded my numpy to 1.4.0.dev7375 and scipy to 0.8.0.dev5920. After > > doing so I get a segfault upon calling the plot command (see below) > > What happens if you simply do > > x = randn(100) > > or > > plot([1,2,3,2,1]) > > > My guess is that yo

Re: [Matplotlib-users] segfault on plot

2009-09-10 Thread Eric Firing
Dave wrote: > I upgraded my numpy to 1.4.0.dev7375 and scipy to 0.8.0.dev5920. After doing > so > I get a segfault upon calling the plot command (see below) > > I guess I need to compile from source but I'm not sure exactly how to do so - > are there any good step-by-step instructions out there?

[Matplotlib-users] segfault on plot

2009-09-10 Thread Dave
I upgraded my numpy to 1.4.0.dev7375 and scipy to 0.8.0.dev5920. After doing so I get a segfault upon calling the plot command (see below) I guess I need to compile from source but I'm not sure exactly how to do so - are there any good step-by-step instructions out there? Thanks, Dave Python 2.5