On Feb 16, 2010, at 8:47 AM, Mike wrote:

> Thanks for the response
> 
> OK Did that and got the same error messages
> HOLD file was 110K 
> New DaboPreferences is 2K
> Traceback (most recent call last):
> File
> "/usr/local/lib/python2.6/dist-packages/Dabo-0.9.2-py2.6.egg/dabo/ui/uiwx/dMenuItem.py",
>  line 57, in __onWxHit
>   self.raiseEvent(dEvents.Hit, evt)
> .
> .
> .
> File
> "/usr/local/lib/python2.6/dist-packages/Dabo-0.9.2-py2.6.egg/dabo/ui/uiwx/dControlItemMixin.py",
>  line 239, in _setKeyValue
>   raise ValueError(_("Trying to set %s.Value to these invalid
> selections: %s") % (self.Name, invalidSelections))
> ValueError: Trying to set dRadioList.Value to these invalid selections:
> [<dabo.dPref.dPref object at 0x41f2050>]

        Thanks; that confirmed the problem. Here's a way to fix it until I can 
push the next Web Update: go to the 'dabo/ui/uiwx' directory, and run:

python dShell.py

        You should get the Dabo interactive shell; in there, run the command:

self.Application._frameworkPrefs.update_interval = 0

        Once you do that, you should be able to open up the preferences form 
without the error you have been getting. 

        I've made a fix to the preference dialog code to handle this, but won't 
be able to push it to Web Update for a while.


-- Ed Leafe



_______________________________________________
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