On 6/3/07, Werner Hoch <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I've build matplotlib but there is no matplotlib/backends/_wxagg.so.
>
> Even without that file matplotlib works fine with the WX backend and
> pycrust.
>
> What is that file good for?
> Is it required to run matplotlib properly (maybe in other use cases)?
>
> I'm working on openSUSE 10.2 on x86_64.

_wxagg.so is a piece of extension code we used to efficiently transfer
portions of the agg canvas to the wx canvas.  Starting with wxpython
2.8, it became possible to do this with pure python using python
buffer objects, so we turned it off by default.  If you are using
wxpython 2.6, and need this functionality, eg for some of the
matplotlib widgets or animation techniques described at

http://www.scipy.org/Cookbook/Matplotlib/Animations

simply set BUILD_WXAGG=1 in setup..py and rebuild mpl.

JDH

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to