matplotlib 0.87.6 and wxPython

Second sending (to list instead of gmane) - sorry if this gets through twice, but sent it yesterday and until this morning would not see it. I am including indiv. files instead of zip (maybe zip's are blocked?).

Just downloaded the latest build to start testing my things with Python 2.5.

I also installed the examples.zip for 87.1 and found that they were
still using "from wxPython import *" which is deprecated as of wxPython
2.7. I upgraded some of them to "import wx" and included them in the
attached zip file, there are some (using XRC which I did not upgrade as
I don't know how the XRC stuff works, it also uses the old style import).

Note that the "dynamic_image_wxagg.py" example does not close when
clicking on the "X". Will keep looking and try to figure out why.

Some of these examples give me the "wxmsg26uh_vc.dll" not found error.
I thought having seen some messages explaining how to deactive the use
of unibol version of wxPython but can't find it.

BTW, will there be a build for Python 2.5 and wxPython 2.7 Unibol (which
is what I used for testing - see below)?

Best regards
Werner

P.S. version info:
# Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)]
# wxPython 2.7.0.1pre.20060923, Boa Constructor 0.4.4

embedding_in_wx4.py (3.82 KB)

embedding_in_wx.py (3.5 KB)

wxcursor_demo.py (3.87 KB)

dynamic_image_wxagg2.py (3.68 KB)

embedding_in_wx2.py (2.65 KB)