On Thu, Aug 21, 2008 at 1:11 PM, Paul McNett <[EMAIL PROTECTED]> wrote:
>
>
> Please update to the latest SVN (I just fixed this) and let me know.
> Thanks!
>
> Paul
>

Paul,

Thanks for working on a fix for this.  Unfortunately after updating to
revision 4432, I still get the following when I try to run the app, either
in ClassDesigner or from the command line:

Traceback (most recent call last):
  File "C:\Python25\lib\site-packages\wx-2.8-msw-ansi\wx\_misc.py", line
1341, i
n Notify
    self.notify()
  File "C:\Python25\lib\site-packages\wx-2.8-msw-ansi\wx\_core.py", line
13932,
in Notify
    self.result = self.callable(*self.args, **self.kwargs)
  File "C:\src\dabo\ui\uiwx\dForm.py", line 147, in __update
    super(BaseForm, self).update()
  File "C:\src\dabo\ui\uiwx\dPemMixin.py", line 1218, in update
    self.raiseEvent(dEvents.Update)
  File "C:\src\dabo\ui\uiwx\dPemMixin.py", line 925, in raiseEvent
    super(dPemMixin, self).raiseEvent(eventClass, nativeEvent, *args,
**kwargs)
  File "C:\src\dabo\lib\eventMixin.py", line 92, in raiseEvent
    bindingFunction(event)
  File "C:\src\dabo\ui\uiwx\dPemMixin.py", line 1195, in __onUpdate
    self.update()
  File "C:\src\dabo\ui\uiwx\dPemMixin.py", line 1218, in update
    self.raiseEvent(dEvents.Update)
  File "C:\src\dabo\ui\uiwx\dPemMixin.py", line 925, in raiseEvent
    super(dPemMixin, self).raiseEvent(eventClass, nativeEvent, *args,
**kwargs)
  File "C:\src\dabo\lib\eventMixin.py", line 92, in raiseEvent
    bindingFunction(event)
  File "C:\src\dabo\ui\uiwx\dPemMixin.py", line 1195, in __onUpdate
    self.update()
  File "C:\src\dabo\ui\dDataControlMixinBase.py", line 118, in update
    self.Value = self.getBlankValue()
  File "C:\src\dabo\ui\uiwx\dControlItemMixin.py", line 370, in _setValue
    self.KeyValue = value
  File "C:\src\dabo\ui\uiwx\dControlItemMixin.py", line 229, in _setKeyValue
    raise ValueError, _("Trying to set %s.Value to these invalid selections:
%s"
) % (self.Name, invalidSelections)
ValueError: Trying to set dRadioList_9277714108.Value to these invalid
selection
s: [None]

Thanks,
Mike M.


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

_______________________________________________
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]

Reply via email to