Re: [Matplotlib-users] crash on MacOS X

2006-09-21 Thread Russell E Owen
At 3:12 PM -0700 9/15/06, Christopher Barker wrote: >Russell E Owen wrote: >>Interesting idea. I'm not sure I'd know how to use more than one >>numerix option at once, > >well, I dint' mean more than one numerix option, exactly. What I >meant was that MPL is using numarray, but another module you

Re: [Matplotlib-users] crash on MacOS X

2006-09-18 Thread Russell E. Owen
In article <[EMAIL PROTECTED]>, Christopher Barker <[EMAIL PROTECTED]> wrote: > Russell E Owen wrote: > >> well, I didnt' mean more than one numerix option, exactly. What I meant > >> was that MPL is using numarray, but another module you've imported is > >> using Numeric (or numpy or whatever)

Re: [Matplotlib-users] crash on MacOS X

2006-09-18 Thread Christopher Barker
Russell E Owen wrote: >> well, I didnt' mean more than one numerix option, exactly. What I meant >> was that MPL is using numarray, but another module you've imported is >> using Numeric (or numpy or whatever). > > Ah. I can guarantee that's happening. Some of my code uses Numeric (due > to hig

Re: [Matplotlib-users] crash on MacOS X

2006-09-15 Thread Russell E. Owen
In article <[EMAIL PROTECTED]>, Christopher Barker <[EMAIL PROTECTED]> wrote: > Russell E Owen wrote: > > Interesting idea. I'm not sure I'd know how to use more than one numerix > > option at once, > > well, I dint' mean more than one numerix option, exactly. What I meant > was that MPL is us

Re: [Matplotlib-users] crash on MacOS X

2006-09-15 Thread Christopher Barker
Russell E Owen wrote: > Interesting idea. I'm not sure I'd know how to use more than one numerix > option at once, well, I dint' mean more than one numerix option, exactly. What I meant was that MPL is using numarray, but another module you've imported is using Numeric (or numpy or whatever).

Re: [Matplotlib-users] crash on MacOS X (more info)

2006-09-15 Thread Russell E. Owen
In article <[EMAIL PROTECTED]>, "Russell E. Owen" <[EMAIL PROTECTED]> wrote: > I'm trying to figure out a matplotlib crash on MacOS X. > > When I try to plot anything the program exits with: > alloc: invalid block: 0xa08acb4: a 74 0 ... some followup info: - This is with matplotlib 0.87.5, but

[Matplotlib-users] crash on MacOS X

2006-09-15 Thread Russell E. Owen
I'm trying to figure out a matplotlib crash on MacOS X. When I try to plot anything the program exits with: alloc: invalid block: 0xa08acb4: a 74 0 I first saw this with a program that uses the object interface, but then I tried the simplest pylab demo I could find and the same thing happened. S