Ken McIvor wrote:
>> Are these in Python or c++?
> 
> Since BitmapFromBuffer() and its aforementioned cousin are covered in 
> the wxWidgets documentation for wxBitmap, I believe they're mostly in C++.

umm, I meant, is YOUR code in Python or C++, but it looks like you 
answered that below:


>> um, how is that possible if you're using the new 2.8 functions?
> 
> There are two conditional checks based on wx.__version__.  One is in 
> setup.py to not build the C++ accelerator for wxPython 2.8.  The other 
> is in backend_wxagg.py and figures out which of the three agg/wx.Bitmap 
> conversion implementations to use -- the pure Python routines, the C++ 
> accelerator, or the wxPython 2.8 edition of the pure Python routines.

Ah. I had written some "smarts" for setup.py (and utilities it uses) to 
do a better job of finding the correct wx-config. Is there any point to 
that now? If so, I'll sent it along to you.

-Chris


-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

[EMAIL PROTECTED]

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to