Re: [matplotlib-devel] Bus error using interactive plotting commands

2007-07-13 Thread John Hunter
On 7/13/07, Rob Hetland [EMAIL PROTECTED] wrote: Nope -- the same occurs in the regular terminal, so it's not iPython's fault. Also, although I though I remembered this happening with qt4 (as posted below), I do not seem to be able to reproduce this now.. Also, clearing and closing the

Re: [matplotlib-devel] Bus error using interactive plotting commands

2007-07-13 Thread Rob Hetland
On Jul 13, 2007, at 9:14 AM, John Hunter wrote: Try importing these packages individually import matplotlib._image import matplotlib._transforms #one of these three depending on which numerix package you are using import matplotlib.backends._na_backend_agg # for numarray import

Re: [matplotlib-devel] Bus error using interactive plotting commands

2007-07-13 Thread Andrew Straw
grr. that's probably my fault. I just fiddled with the definition of npy. I tested this on linux and thought I copied it pretty directly from numpy, so I assumed it would work elsewhere, but it's not. I'll see what I can do... Rob Hetland wrote: First of all, Qt4 does appear to work fine.

Re: [matplotlib-devel] Bus error using interactive plotting commands

2007-07-13 Thread John Hunter
On 7/13/07, Andrew Straw [EMAIL PROTECTED] wrote: grr. that's probably my fault. I just fiddled with the definition of npy. I tested this on linux and thought I copied it pretty directly from numpy, so I assumed it would work elsewhere, but it's not. I'll see what I can do... It amy also be

Re: [matplotlib-devel] Bus error using interactive plotting commands

2007-07-13 Thread Andrew Straw
John Hunter wrote: On 7/13/07, Andrew Straw [EMAIL PROTECTED] wrote: grr. that's probably my fault. I just fiddled with the definition of npy. I tested this on linux and thought I copied it pretty directly from numpy, so I assumed it would work elsewhere, but it's not. I'll see what I can

Re: [matplotlib-devel] Bus error using interactive plotting commands

2007-07-13 Thread Rob Hetland
It seems to be working now. Thanks! This is a perfect example of quick response. I keep telling people that, sure, the scientific python suite has occasional bugs, but the community is *very* responsive. This is a perfect example. Thanks to everybody that helped, -Rob Rob, you

[matplotlib-devel] Bus error using interactive plotting commands

2007-07-12 Thread Rob Hetland
I recently updated matplotlib, and I am now getting a bus error when plotting (any command) after I have already closed a matplotlib window. I can open as many windows as I want, but the first plot command executed after closing any window results in a bus error. Relavent things: OS: