Flatnotebook requires what wxPython version?

Hi Andrea,

I see that flatnotebook imports wx.lib.colourutils which has been
available since wxPython 2.8.9.2 I think. Unfortunately Ubuntu 9.04
has wxPython 2.8.9.1 so it doesn't work there. Now I can imagine you
don't want to support such ancient software (wxPython 2.8.9.1 is
almost two years old), but I also see in the flatnotebook code that
you check for wx.VERSION_STRING < "2.7" and wx.VERSION > (2, 6, 3, 0)
which seems to suggest you want to support even older versions of
wxPython. However, as long as you unconditionally import
wx.lib.colourutils the checks for wxPython 2.6 and 2.7 are kind of
useless.

We already ship both flatnotebook and colourutils with Task Coach so
it's no problem for us if you want to require wxPython 2.8.9.2 or
newer for flatnotebook.

Cheers, Frank

Hi Frank,

Hi Andrea,

I see that flatnotebook imports wx.lib.colourutils which has been
available since wxPython 2.8.9.2 I think. Unfortunately Ubuntu 9.04
has wxPython 2.8.9.1 so it doesn't work there. Now I can imagine you
don't want to support such ancient software (wxPython 2.8.9.1 is
almost two years old), but I also see in the flatnotebook code that
you check for wx.VERSION_STRING < "2.7" and wx.VERSION > (2, 6, 3, 0)
which seems to suggest you want to support even older versions of
wxPython. However, as long as you unconditionally import
wx.lib.colourutils the checks for wxPython 2.6 and 2.7 are kind of
useless.

We already ship both flatnotebook and colourutils with Task Coach so
it's no problem for us if you want to require wxPython 2.8.9.2 or
newer for flatnotebook.

The latest commit in SVN does not require anymore wx.lib.colourutils
if the wxPython version is less than 2.8.9.2. Please let me know if
you see any issue with my modifications.

Andrea.

"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.alice.it/infinity77/

==> Never *EVER* use RemovalGroup for your house removal. You'll
regret it forever.
The Doomed City: Removal Group: the nightmare <==

ยทยทยท

On 27 August 2010 22:45, Frank Niessink wrote: