seg faults because of wx.IntersectRect

openSUSE 11.1 kde 4.2
python 2.6
wxPython 2.8.9.1

I googled and discovered one email that discussed the issue but it suggested
that it was fixed in the next release. Can someone point me to that release
or provide a work around? Maybe someone can also take the time to explain
what's wrong?

wx.IntersectRect(updateBox, headerRect)

···

--
John Fabiani

johnf wrote:

openSUSE 11.1 kde 4.2
python 2.6
wxPython 2.8.9.1

I googled and discovered one email that discussed the issue but it suggested that it was fixed in the next release. Can someone point me to that release or provide a work around? Maybe someone can also take the time to explain what's wrong?

wx.IntersectRect(updateBox, headerRect)

It hasn't been released yet. The fix has been done so you can get it from SVN if you're up to rebuilding it yourself, otherwise it will be in 2.8.9.2 or 2.8.10.0, which ever comes first, or you can switch back to Python 2.5 as the problem doesn't manifest itself there.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

Thanks for the info. Here's to a new release soon.

···

On Monday 16 February 2009 11:28:38 am Robin Dunn wrote:

johnf wrote:
> openSUSE 11.1 kde 4.2
> python 2.6
> wxPython 2.8.9.1
>
> I googled and discovered one email that discussed the issue but it
> suggested that it was fixed in the next release. Can someone point me to
> that release or provide a work around? Maybe someone can also take the
> time to explain what's wrong?
>
> wx.IntersectRect(updateBox, headerRect)

It hasn't been released yet. The fix has been done so you can get it
from SVN if you're up to rebuilding it yourself, otherwise it will be in
2.8.9.2 or 2.8.10.0, which ever comes first, or you can switch back to
Python 2.5 as the problem doesn't manifest itself there.

--
John Fabiani