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 high speed on short arrays) and some uses numarray (because I started 
> using it for all new code when it looked like it would take over).

Then this could be it. In general, they should co-exist just fine, but 
do know someone else has weird crashing problems when they were mixed 
with MPL (and GDAL, in his case). Both numpy and Numeric, and numarray 
have a lot of extension code that shares names, etc. who knows what 
problem that can cause?

 > I
> hope to switch to numpy for everything once the dust settles,

good plan, and it's getting close. The API should be stable now. The 
sooner the better, I think. You'll be a lot more help with bugs or 
potential bugs like this one.

>>> I also tried setting numerix to Numeric and it still happens.

Darn.

> I don't have wx or gtk installed, so no easy way to test those backends.

if you install the mpkg on pythonmac.org/packages, wx should work. 
that's pretty easy.

> It does not crash with plain old Agg (but of course I don't see any plot).

Does it save a png successfully?

> I'll be happy to try the "non-agg TK back-end" if you can tell me what 
> setting to use for it.

hmm. I just assumed it was there, but I can't find it either.

> I started this project several years ago and at the time Tcl/Tk was the 
> only game in town for Mac+unix+windows cross-platform support. 

I meant that tongue-in-cheek -- we all have our reasons, and I know 
you've been using TK for a good long time now.

>  Sometimes I wish I'd 
> used Java, even though the I strongly prefer Python, just to get a 
> standard GUI.

which one would that be? AWT? Swing? SWT?, or for that matter, wxJAVA.

> I'll try bulding matplotlib from source, just to see if there might be 
> some quirk about the installer package.

It's always worth a shot!

-Chris



-- 
Christopher Barker, Ph.D.
Oceanographer
                                                
NOAA/OR&R/HAZMAT         (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

[EMAIL PROTECTED]

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to