Sibylle Koczian wrote: > Am Montag, 3. November 2008 18:58:09 schrieb Paul McNett: >> Also, it could help to know if a non-Dabo case can force this problem. Can > you open a terminal and start a python interpreter and type: >>>>> import wx >>>>> app = wx.App() >>>>> rect1 = wx.Rect(0, 50, 10, 100) >>>>> rect2 = wx.Rect(0, 25, 50, 200) >>>>> wx.IntersectRect(rect1, rect2) >> wx.Rect(0, 50, 10, 100) > > Crashes promptly: > > [EMAIL PROTECTED] ~ $ python > Python 2.5.2 (r252:60911, Nov 1 2008, 12:05:29) > [GCC 4.1.2 (Gentoo 4.1.2 p1.0.2)] on linux2 > Type "help", "copyright", "credits" or "license" for more information. >>>> import wx >>>> app = wx.App() >>>> rect1 = wx.Rect(0, 50, 10, 100) >>>> rect2 = wx.Rect(0, 25, 50, 200) >>>> wx.IntersectRect(rect1, rect2) > Speicherzugriffsfehler > [EMAIL PROTECTED] ~ $ > > Looking for the wxPython version: >>>> wx.__version__ > '2.8.9.1' > > So my wxPython definitely isn't well. Mismatch between very recent source and > not so recent compiler? Or is this something else? I had the same problem > with wxPython 2.8.7 and 2.8.8, but I didn't dig into it with those versions. > Just saw the ClassDesigner crash and got the latest wxPython.
I hate to say it, but we can't help you: this is a wxPython or wxWidgets problem. I'd start by posting the code that crashes (the wx-only code) to the wxPython-users list, along with OS and wxPython version information, and how you installed. I know there are gentoo people listening there. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
