[wxPython-users] wxmsw26u_vc_enthought.dll not found ?
Stef Mientki
s.mientki at ru.nl
Fri Feb 1 15:16:54 PST 2008
thanks Cristopher,
Christopher Barker wrote:
> 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
That's very good news !!
>
> What is the case is that the wxAgg extension code is no longer
> necessary, and therefore not longer supported in 2.8.
What do you mean by that, does it imply I need to set my "definitions"
different from this:
matplotlib.use('WXAgg')
from matplotlib.backends.backend_wxagg import FigureCanvasWxAgg as
FigureCanvas
> 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.
Ok I updated MatPlot from version from 0.87.7 to 0.91.2
And the error doesn't occures anymore (but some others do ;-), I've to
check that further.
cheers,
Stef
>
> -Chris
>
>
>
More information about the wxpython-users
mailing list