Hi Oliver,
On 12/08/2013 19:54, Oliver wrote:
> I'm almost ready to release pypubsub 3.2.0. To avoid yourself some
> pains, please consider testing your application using the latest
> version from SVN. If you use wxPython you can just take the
> root/src/pubsub folder and put it in wx/lib (backup the wx/lib/pubsub
> first!).
>
> If you can post your result (success, or if failure, the entire
> traceback message), that would be much appreciated. Don't forget to
> mention Python version and OS.
For me it works with, only needed to change "importTopicTree" to
"addTopicDefnProvider" as you mentioned in an earlier post.
Python 2.7.2, wxPython 2.9.5.0.b20130318 on Windows 7.
Werner
P.S.
Any plans to move it from SVN to git? I really start to like git, and
what really impressed me when was the combination with Travis-ci, I did
a pull request to get matplotlib wx modules to be compatible with wx
Phoenix, so a few minutes after I created the pull request I got
informed that my changes passed (or not) all the tests they have defined
and all this on multiple Python versions.