Dave Nation wrote: > Since updating Dabo to revision 4091, I get the exception shown below. > > The same code running on Dabo revision 3920 works fine. > > There is a later version of wxPython 2.8.7.1, and I tried upgrading to > that, but the problem remains the same on revision 4091. > > Hope you can help
Dave, if you could pinpoint the *exact revision* that causes the issue, it would get us 95% of the way to solving the problem. We already know that 3920 is working, and 4091 is not. So here's what I'd do: cd dabo svn update -r 4040 # test, and keep cutting the revision in half until you find the # first revision that doesn't work. This assumes you are using subversion. Thanks 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]
