On Sat, Jan 22, 2011 at 12:40, Ed Leafe <[email protected]> wrote: > On Jan 19, 2011, at 4:56 PM, Nate Lowrie wrote: > >> I am getting an error coming from dGrid. >> >> Traceback (most recent call last): >> File "C:\Python26\lib\site-packages\dabo\dabo\ui\uiwx\dGrid.py", line >> 4000, in >> __onWxHeaderPaint >> self._paintHeader(updateBox) >> File "C:\Python26\lib\site-packages\dabo\dabo\ui\uiwx\dGrid.py", line >> 2570, in >> _paintHeader >> left = headerRect[0] + sortIconBuffer >> NameError: global name 'sortIconBuffer' is not defined >> >> Platform: Win >> Python Version: 2.6.6 on Win >> Dabo Version: Version 0.9.3; Revision 6328M >> UI Version: 2.8.11.0 on wxMSW > > Odd - line 2570 is blank in rev 6328. You might have local changes > that are interfering with the code. Please update to the latest and let me > know how that behaves.
It wasn't from local code as it broke on 3 separate machine (though the error might have been from one machine with unrelated changes.) It was fixed in r6332 so I wouldn't worry about it. Regards, Nate _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
