On Aug 1, 2008, at 11:23 PM, Héctor González wrote:
> Platform: Win
> Python Version: 2.5.2 on win32
> Dabo Version: Version 0.8.4; Revision ~4111
> UI Version: 2.8.8.1 on wxMSW
It looks like you have the 0.8.4 release of the framework, but a more
recent version of the Class Designer files.
Can you look at the file ide/ClassDesignerControlMixin.py? Between
lines 650 and 660, there should be one of the following:
ret = {"Enabled": {"type" : bool, "readonly" : False},
"Name" : {"type" : unicode, "readonly" : False},
"RegID" : {"type" : unicode, "readonly" :
False},
"Tag" : {"type" : "multi", "readonly" : False},
"ToolTipText" : {"type" : unicode, "readonly" :
False}}
-or -
ret = {"Enabled": {"type" : bool, "readonly" : False},
"Name" : {"type" : unicode, "readonly" : False},
"RegID" : {"type" : unicode, "readonly" :
False},
"Tag" : {"type" : "multi", "readonly" : False},
"ToolTipText" : {"type" : unicode, "readonly" :
False},
"Transparency" : {"type" : int, "readonly" :
False}}
If you see the second version, then your ide code has been somehow
updated to a more recent version that requires the 0.9 version of the
framework.
-- 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]