On 8/18/06, assiss <[EMAIL PROTECTED]> wrote:
> From: "Charlie Moad" <[EMAIL PROTECTED]>
> To: "assiss" <[EMAIL PROTECTED]>
> Date: Fri, 18 Aug 2006 20:20:59 +0800 (CST)
> Subject: Re: [Matplotlib-users] python coredump when using GtkAgg mode
>
> Thanks.
>
>  9 import matplotlib._image #worked
>  10 import matplotlib._transforms #worked
>  11
>  12 #one of these three depending on which numerix package you are using
>  13 import matplotlib.backends._na_backend_agg # for
> numarray, worked
>  14 import matplotlib.backends._nc_backend_agg # for
> Numeric, worked
>  15 import matplotlib.backends._ns_backend_agg # for numpy,
> failed, because I didn't install numpy.
>  16
>  17 import matplotlib.backends._tkagg #worked
>  18 import matplotlib._agg #worked

Since your error was with gtk try:

import matplotlib.backends._gtkagg

I am guessing that will fail.  You might try reinstalling gtk and
pygtk.  I doubt anyone has NetBSD to confirm your error though.

-------------------------------------------------------------------------
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