From: John H. <jd...@gm...> - 2007-05-31 18:06:49
|
On 5/31/07, Ken McIvor <mc...@ii...> wrote: > At this point it should be possible to include a _wxagg.so built for > wxPython 2.6 and have everything Just Work with 2.8. If mixing > versions causes linking errors it won't be hard to fix in > backend_wxagg.py. If we have a pure python wxagg implementation that supports blitting, eg your Just Work with 2.8 changes, let's not bother building the 2.6 extension code at all, and if someone needs it they can 1) use wx 2.8 2) use an older mpl 3) build the _wxagg extension themselves 4) beg one of us to do it Does this work? JDH |