>>>>> "Charlie" == Charlie Moad <[EMAIL PROTECTED]> writes:

    Charlie> Matplotlib didn't used to link against the wxpython
    Charlie> c-api.  The recent versions are linked against the
    Charlie> unicode version of wx, not the ansi.  You can install the
    Charlie> unicode version.  We are trying to decide how to handle
    Charlie> this.

On some backends, eg qt, we can do the blit via python method calls
and python buffer objects.  I know this can be done w/ pygtk and it
has been on my wishlist to remove the gtk extension code and use pure
python since getting rid of gtk, wx and tk devel headers and libs at
build time would significantly reduce the kinds of cross-platform
build and runtime issues we are seeing from this GUI dependent
extension code.

Charlie, since you are pretty familiar with the blitting API, perhaps
you could take a look and see how much work it would be to do wx
blitting w/o extension code.  I'd be happy to add some additional
helper methods in agg if need be, as we did for qt.  I'd be willing to
trade a little performance to avoid these distribution headaches.

JDH

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