[wxPython-users] wxmsw26u_vc_enthought.dll not found ?
Christopher Barker
Chris.Barker at noaa.gov
Fri Feb 1 13:48:48 PST 2008
Stef Mientki wrote:
> I also put this question in the Scipy discussion list,
> and here the following answer finaly solved the problem:
>
> Matthieu Brucher wrote:
> Are you using MAtplotlib with the wxAgg backend ? If it is, you should
> use the wx one,
> *wxAgg is no longer supported with wxPython 2.8*
This is just plain wrong -- wxAgg is certainly supported in wxPython2.8
What is the case is that the wxAgg extension code is no longer
necessary, and therefore not longer supported in 2.8. As of 2.8, we can
efficiently transfer the Agg buffer to a wxBitmap in pure python.
> After removing all files _wxAgg.*,
> the problem was solved.
The problem may have been that you had an old compiled extension lying
around that was getting used, instead of the latest pure python one.
-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
Chris.Barker at noaa.gov
More information about the wxpython-users
mailing list