On Dec 6, 2010, at 11:18 AM, Ashish wrote:

> OK, I downgraded to Python 2.6 and reinstalled wx and dabo. Now the app is
> working but the ClassDesigner is not. Here's the message I get:
> 
> C:\>python dabo\ide\ClassDesigner.py
> Traceback (most recent call last):
>  File "dabo\ide\ClassDesigner.py", line 4378, in <module>
>    clsDes = ClassDesigner(f)
>  File "dabo\ide\ClassDesigner.py", line 180, in __init__
>    atts = LayoutGridSizer().getDesignerDict(allProps=True)["attributes"]
>  File "C:\dabo\ide\ClassDesignerComponents.py", line 212, in
> getDesignerDict
>    ref = self.Form._classFile
> AttributeError: 'LayoutGridSizer' object has no attribute 'Form'
> 
> Someone commented out about removing pyc files so I tried that but no luck.
> Please advise.


        I ran the Class Designer with a breakpoint on that line, and it was 
never hit. When you ran the command to start the Class Designer, were you 
presented with a dialog to either open a saved design, or create a new one? If 
so, which did you select?


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