wxPython 2.9.1

I know you have a webpage you direct people to when they ask this
question, but I have a new wrinkle on this...

I think.

You mentioned at several points that you were waiting on wxWidgets
2.9.1 to be released before making an official wxPython 2.9.1 release.
I noticed that wxwidgets 2.9.1 was released on July 15th.

So...is the plan still in place to release wxPython 2.9.1 somewhat
soon-ish?

Thanks,
Chris.

I would like to start testing my apps with wxPython 2.9.x,
but I don't have time/resources to build from sources.

If you could publish the pre-built 2.9.1 binaries,
that would help us smooth the transition.

Even if 2.9.1 is not a fully stable release.

Fabio

···

On 17 Ago, 05:20, Chris Spencer <cspen...@cinci.rr.com> wrote:

I know you have a webpage you direct people to when they ask this
question, but I have a new wrinkle on this...

I think.

You mentioned at several points that you were waiting on wxWidgets
2.9.1 to be released before making an official wxPython 2.9.1 release.
I noticed that wxwidgets 2.9.1 was released on July 15th.

So...is the plan still in place to release wxPython 2.9.1 somewhat
soon-ish?

Thanks,
Chris.

You can toy with the wxPython 2.9.0.1-preview (Py 2.6 and Py 2.5)
as announced in on the wxPython-dev list in January of this year.

http://groups.google.com/group/wxPython-dev/browse_thread/thread/dc9ace7cd900789b#

jmf

···

On 17 août, 14:10, fabio67 <parodi.fa...@gmail.com> wrote:

I would like to start testing my apps with wxPython 2.9.x,
but I don't have time/resources to build from sources.

Yes, I'm working on solving some glitches I've recently discovered and then I'll be working on the release as I have time available.

···

On 8/16/10 8:20 PM, Chris Spencer wrote:

I know you have a webpage you direct people to when they ask this
question, but I have a new wrinkle on this...

I think.

You mentioned at several points that you were waiting on wxWidgets
2.9.1 to be released before making an official wxPython 2.9.1 release.
I noticed that wxwidgets 2.9.1 was released on July 15th.

So...is the plan still in place to release wxPython 2.9.1 somewhat
soon-ish?

--
Robin Dunn
Software Craftsman

I've ported my apps from wxPython 2.8 to 2.9.0.1-preview.
All fine after a few small adjustments:

- wx.grid.SetColLabelValue() asserts if called from a grid with zero
rows
- event.m_controlDown ==> event.ControlDown()
- DoPrepareDC ==> PrepareDC
- GridCellEditor.EndEdit interface and behavior has changed (and must
define ApplyEdit as well)
- wxGridSizer asserts if you add more rows than declared
- wx.MessageBox wants either wx.OK or wx.YES
- small layout differences (some box became larger, some other
smaller)

Running python 2.6, Windows 7 x32.

Fabio