Ed Leafe <e...@...> writes:

> 
> On Jul 9, 2010, at 4:10 AM, Sharon wrote:
> 
> >  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?
> 
>       Looks like you did 'svn up' in your 'ide' directory, but did not update 
> the
framework at the same time.
> Remember, the Class Designer is just an app written in Dabo, so it relies on
the framework, and updates to
> one can affect the other.
> 

Hello Ed,

I am running into a similar problem here... Windows Vista, installed 0.92 and
did the web update, etc. but still getting the same errors when I try to open a
previously saved file in ClassDesigner.py.  Here's the error I'm getting:


C:\Users\Monte\Documents\Projects\hours>python ..\dabo\ide\ClassDesigner.py
C:\Python26\lib\site-packages\dabo-0.9.2-py2.6.egg\dabo\lib\SimpleCrypt.py:52: U
serWarning: WARNING: SimpleCrypt is not secure. Please see http://wiki.dabodev.c
om/SimpleCrypt for more information
  warnings.warn("WARNING: SimpleCrypt is not secure. Please see http://wiki.dabo
dev.com/SimpleCrypt for more information")
Traceback (most recent call last):
  File "..\dabo\ide\ClassDesigner.py", line 4387, in <module>
    clsDes = ClassDesigner(f)
  File "..\dabo\ide\ClassDesigner.py", line 247, in __init__
    frm = self.onNewDesign(None)
  File "..\dabo\ide\ClassDesigner.py", line 1977, in onNewDesign
    return self.openClass(dlg.fileToOpen)
  File "..\dabo\ide\ClassDesigner.py", line 704, in openClass
    self.select(obj)
  File "..\dabo\ide\ClassDesigner.py", line 2441, in select
    self.CurrentForm.select(self._selection)
  File "C:\Users\Monte\Documents\Projects\dabo\ide\ClassDesignerFormMixin.py", l
ine 904, in select
    ct.Selected = True
  File "C:\Users\Monte\Documents\Projects\dabo\ide\ClassDesignerComponents.py",
line 1351, in _setSel
    frm.addToOutlinedSizers(self)
AttributeError: 'DesForm' object has no attribute 'addToOutlinedSizers'

C:\Users\Monte\Documents\Projects\hours>

FWIW... I've done the web update, and just for giggles I went back and checked
it again... it's showing one update over and over (2010-07-07 14:32, if that
helps) that doesn't seem to be 'sticking'.

I was having some other problems with the Step-by-Step Tutorial, and went to go
back and re-load the saved file and avoid having to re-do everything... but for
whatever reason the ClassDesigner won't work with that file...

HTH,

Monte

_______________________________________________
Post Messages to: Dabo-users@leafe.com
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/loom.20100711t070606...@post.gmane.org

Reply via email to