Hi,
I tried loading the cdxml file by command line (I didn't know how before
- have figured it). This is the error message I got.
sha...@sharon-desktop:~$ python src/dabo/ide/ClassDesigner.py
Programming/DaboProgs/MyTest.cdxmlTraceback (most recent call last):
File "src/dabo/ide/ClassDesigner.py", line 4387, in <module>
clsDes = ClassDesigner(f)
File "src/dabo/ide/ClassDesigner.py", line 235, in __init__
frm = self.openClass(clsFile)
File "src/dabo/ide/ClassDesigner.py", line 704, in openClass
self.select(obj)
File "src/dabo/ide/ClassDesigner.py", line 2441, in select
self.CurrentForm.select(self._selection)
File "/home/sharon/src/dabo/ide/ClassDesignerFormMixin.py", line 904,
in select
ct.Selected = True
File "/home/sharon/src/dabo/ide/ClassDesignerComponents.py", line
1351, in _setSel
frm.addToOutlinedSizers(self)
AttributeError: 'DesForm' object has no attribute 'addToOutlinedSizers'
Does this show up what I have been doing wrong?
Sharon
-----Original Message-----
From: Ed Leafe <[email protected]>
Reply-to: Dabo Users list <[email protected]>
To: Dabo Users list <[email protected]>
Subject: Re: [dabo-users] run whatever.cdxml in class designer
Date: Wed, 7 Jul 2010 13:39:51 -0400
On Jul 7, 2010, at 1:36 PM, Sharon wrote:
> I did use subversion. I'll reinstrall using the download for Linux.
You don't have to do that. Instead, just run 'svn up' to grab the
latest code.
-- 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]
_______________________________________________
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/1278663010.4339.3.ca...@sharon-desktop