Hi all,
I've just uploaded 2.3.3 preview6 to SourceForge, and have removed the pre5
files to help avoid confusion. You can get to the files via this link:
http://sf.net/project/showfiles.php?group_id=10718&release_id=83146
Since the release of wxWindows 2.3.3 is imminent this will most likely be
the last preview release of wxPython. If you have contributed code that is
in the wxPython library, now is the time to ensure that it is working
properly and to send any updates to me. If you've already sent an update or
a new contrib that is not in this preview please resend it as I've had
corruption troubles with the mail folder where I was keeping them and lost
several messages.
The OSX version still has a few known problems, but many others have been
fixed and it is getting close to the level of capabilities of the GTK and
WIN32 versions. In addition to general bug fixing, cleanup, tweaking, and
etc., the following changes have happend since pre5:
···
----------------------
Added a generic static text control to wxPython.lib.stattext. This is
so things like Boa and PythonCard can have a static text that can
respond to mouse events and etc.
Changed the wxDateTime.Parse* methods to return an int that will be -1
on failure, and the index where parsing stopped otherwise.
Moved tools to be a Python package in wxPython.tools, added scripts to
import and launch each tool. This will let you import and use the
tools in your own scripts or apps as needed. On Linux and OS X the
tool scripts are installed to {prefix}/bin so you should be able to
easily launch them from the command line. For example, PyCrust can be
started with just the "pycrust" command.
Added a sample to the demo that catches various key events and
displays the details of the event.
Added wxWizard, wxWizardPage, wxWizardPageSimple and wxPyWizardPage.
Added wxXmlResourceHandler which allows you to create custom handlers
for nonstandard class types in XRC resources. See the demo for an
example.
----------------------
For a list of changes since 2.3.2.1 please see the CHANGES.txt file in the
distribution.
In the grand tradition of the Python masters, I am headed out of town
tomorrow for about a week, (Guido and others always leave town the day after
a release! and I will be unvailable to answer email. If there are issues
that are specific to this preview please report them to the mail list and
also go ahead and enter bug reports about them at SourceForge. Put them in
the "wxPython specific" category and they will automatically be assigned to
me.
http://sf.net/tracker/?group_id=9863&atid=109863
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!