On Oct 29, 2007, at 12:05 PM, Bill Bedford wrote:

> /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/ 
> site-packages/Dabo-0.8.2-py2.5.egg/dabo/ui/uiwx/dListControl.py(409) 
> sort()
> -> self.SortItems(sortFunction)
> (Pdb) s
> --Call--
>>
> //Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/ 
> site-packages/wx-2.8-mac-unicode/wx/_controls.py(4816)SortItems()
> -> def SortItems(*args, **kwargs):
> (Pdb) a
> args = (<dListControl (baseclass dabo.ui.dListControl, id:-1474)>,
> <bound method dListControl._listControlSort of <dListControl  
> (baseclass
> dabo.ui.dListControl, id:-1474)>>)
> kwargs = {}
> (Pdb) s
>>
> //Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/ 
> site-packages/wx-2.8-mac-unicode/wx/_controls.py(4818)SortItems()
> -> return _controls_.ListCtrl_SortItems(*args, **kwargs)
> (Pdb) s
> Bus error

        OK, that helps - at least we know that there is a problem with the  
wx.ListCtrl's SortItems() method.

        I probably won't be able to look into this for a few days, as I'll  
be onsite at a client, but please don't let me forget about this.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




_______________________________________________
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/dabo-users/[EMAIL PROTECTED]

Reply via email to