I'm curious if anybody has tried the Python 2.5 binaries from the last preview build yet, and if so how your experiences with it have been.
BTW, I'm aware of the import warning on Windows. This is because I put the wx message catalog files in a 'locale' subdir of the wx pakcage dir, but since _core.py also does a 'import locale' it's giving a warning about that subdir not being imported because doesn't have a __init__.py. So I need to either change the name of the subdir, or change how I'm getting the default locale information...
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!
I'm curious if anybody has tried the Python 2.5 binaries from the last
preview build yet, and if so how your experiences with it have been.
Our small team is developing a large scale application (a multi-protocol
instant messenger) and we made the switch to 2.5 today thanks to your
prebuilt binaries. Most of our effort has been directed towards
implementing the protocols rapidly, so we haven't really been pushing
a lot of complex wxPython elements yet--but our VListBox buddy list
subclass seemed to work great--as did our skinning layer. Thanks!
Just got back from holiday and tried out the new wx-2.5 build for Mac OSX. Works wonderfully!! Thanks for building it!
Thanks,
-Shane
···
On Jul 3, 2006, at 11:14, Robin Dunn wrote:
Hi all,
I'm curious if anybody has tried the Python 2.5 binaries from the last preview build yet, and if so how your experiences with it have been.
BTW, I'm aware of the import warning on Windows. This is because I put the wx message catalog files in a 'locale' subdir of the wx pakcage dir, but since _core.py also does a 'import locale' it's giving a warning about that subdir not being imported because doesn't have a __init__.py. So I need to either change the name of the subdir, or change how I'm getting the default locale information...
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-dev-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-dev-help@lists.wxwidgets.org