I just downloaded the 0.9 binary and did some testing and also updated all the wx examples to use the new wx namespace (i.e. change from "from wxPython.wx import *" to "import wx".

dynamic_demo_wx.py
- changed name space using Boa's conversion tool
- moved the timer stuff to __init__, saved a reference and stop the timer on close, so that this shuts down correctly.

dynamic_demo_wxagg2.py
- changed name space using Boa's conversion tool
- complains about wxmsw26uh_vc.dll, but runs if one clicks on OK

dynamic_demo_wxagg.py
- changed name space using Boa's conversion tool
- complains about wxmsw26uh_vc.dll, but runs if one clicks on OK

embedding_in_wx.py
- changed name space using Boa's conversion tool
- screen update/refresh is for some reason very slow

embedding_in_wx2.py
- changed name space using Boa's conversion tool
- complains about wxmsw26uh_vc.dll, but runs if one clicks on OK

embedding_in_wx3.py
- changed name space using Boa's conversion tool
- manually made changes regarding XRC as it is not handled by the conversion tool - can't get it to work, as think it is because "data/embedding_in_wx3.xrc" is not found - it is not included in the zip?!

embedding_in_wx4.py
- changed name space using Boa's conversion tool
- complains about wxmsw26uh_vc.dll, but runs if one clicks on OK

simple3d_oo.py
- changed name space using Boa's conversion tool
- complains about wxmsw26uh_vc.dll, but runs if one clicks on OK


If someone could take the enclosed and maybe create an updated examples.zip

When a build for wxPython 2.8 is available I will do some more testing, especially with regards to py2exe packaging.

Werner

Attachment: dynamic_demo_wx.py
Description: application/python

Attachment: dynamic_image_wxagg2.py
Description: application/python

Attachment: dynamic_image_wxagg.py
Description: application/python

Attachment: embedding_in_wx.py
Description: application/python

Attachment: embedding_in_wx2.py
Description: application/python

Attachment: embedding_in_wx4.py
Description: application/python

Attachment: simple3d_oo.py
Description: application/python

-------------------------------------------------------------------------
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-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to