"johnf" <[email protected]> schrieb: > On Wednesday 04 February 2009 11:25:51 am Sibylle Koczian wrote: > > Platform: GTK > > Python Version: 2.6 on linux2 > > Dabo Version: Version 0.9.1; Revision 5014M > > UI Version: 2.8.8.1 on wxGTK (gtk2) > > I can't fix your problem (sounds like one for Ed). But I do have a question. > I notice that you are running python 2.6 and a older version of wxPython. Did > you have to change anything with 2.8.8.1 to allow it to work with 2.6? > > --
One change was necessary for 2.8.8.1 and for 2.8.9.1 (on Windows): the same workaround Paul McNett gave me when I had crashes on Gentoo. In dGrid.py I replaced "intersect = wx.IntersectRect(updateBox, headerRect)" with "intersect = headerRect", because wx.IntersectRect() doesn't work with Python 2.6. Till now that was the only incompatibility I stumbled on, but possibly the spacer problem might be another one. Regards Sibylle -- Dr. Sibylle Koczian _______________________________________________ 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]
