Ed Leafe wrote: > On Jun 27, 2008, at 8:03 PM, Paul McNett wrote: > >> File "/home/pmcnett/dabo/dabo/ui/uiwx/dControlItemMixin.py", line >> 223, in _setKeyValue >> self.setSelection(self.Keys.index(key)) >> ValueError: list.index(x): x not in list > > If you look at that line, the code is trapping a KeyError. The > exception raised when list.index() fails is a ValueError, not > KeyError. I just changed it; let me know if this change fixes it.
Yes, that appears fixed. Is there anything recently that changed update() at all? My dialog seems to be trying to run update() code after its been hidden. Paul _______________________________________________ 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]
