I had a look on the wiki and couldn't see anything obvious :( Might be
a good idea to have something that is updated ~ weekly, monthly,
quarterly, so users can see what's coming up :)
Python 2.6.3 and wxWidgets 2.9.0 have recently been released -- are wxPy
developers working on releasing a wxPython 2.9.0 series ??
I'm assuming that python 3 support wont happen until wxWidgets 3 is
released -- is that correct or are people planning on to support
wxWidgets 2.9 with python 3 (as wxWidgets 2.9 is stepping stone from
wxWidgets 2 to 3) ??
Thanks -- Brendan.
2009/10/21 Brendan Simon:
>
> Is there a wxPython Development Roadmap anywhere ??
Not that I know of. But most of the wxPython Development Roadmap
(excluding pure-Python widgets) derives from the wxWidgets one, so you
might look for the wxWidgets Development Roadmap.
>
> I had a look on the wiki and couldn't see anything obvious :( Might be
> a good idea to have something that is updated ~ weekly, monthly,
> quarterly, so users can see what's coming up :)
>
> Python 2.6.3 and wxWidgets 2.9.0 have recently been released -- are wxPy
> developers working on releasing a wxPython 2.9.0 series ??
I am pretty sure Robin will put together one or more 2.9 releases when
he thinks it's time and when he's got time to do so. As far as I
remember, there is aren't huge improvements or shiny new things in the
2.9 release compared to the one we are using now.
>
> I'm assuming that python 3 support wont happen until wxWidgets 3 is
> released -- is that correct or are people planning on to support
> wxWidgets 2.9 with python 3 (as wxWidgets 2.9 is stepping stone from
> wxWidgets 2 to 3) ??
As far as I know, porting wxPython to Python 3.x has a very low
priority on Robin's schedule. I am not a "real" wxPython developer so
I can't comment on the difficulties arising in porting the wxWidgets
wrappers to Python 3.x, but I agree that it should be the lowest
possible priority on developers' schedule. Anyway, everyone would be
happy if someone comes up with patches/implementations supporting
Python 3.x.
Andrea.
"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.alice.it/infinity77/
http://thedoomedcity.blogspot.com/
I am pretty sure Robin will put together one or more 2.9 releases when
he thinks it's time and when he's got time to do so. As far as I
remember, there is aren't huge improvements or shiny new things in the
2.9 release compared to the one we are using now.
Also Mr. dunn said the following on irc the other day:
<RobinD> The code for a 2.9.0 preview build is mostly done, but I have
to do some work on the build scripts. I may not do anything for Linux
other than provide the source tarball, because the future directions
that the debian/ubuntu package structure will take is still up in the
air. But I do plan on making binaries for Mac and Windows.
Looking forward to it.
- michael
Just to clarify, the original wxCocoa port has been stalled for a few
years. The name of the new port is wxOSX-cocoa (and wxMac was renamed
to wxOSX-carbon) and is in a mostly functional state currently.
> is a pretty massive improvement for us Mac folks (those who need
> 64-bit, anyway) - in theory it won't affect wxPython directly, but I
> always assume that a huge change to the underlying library will break
> something higher-level.
Yes, there are some things that work differently, but probably not as
much as you'd think, and at least some of them are bugs or just things
that need to be implemented differently for cocoa and will be resolved
over time.
--
Robin Dunn
Software Craftsman
http://wxPython.org
>
> whats happend with Ubuntu packages?
There was some discussion about assigning a new maintainer, doing some
rearchitecting/restructuring of the packages, making them be wxGTK only,
etc. If/when that is done then wxPython will need to have its own
packages and all the work to implement that will need to be done.