Am 17.03.2013 21:57, schrieb Ed Leafe:
On Mar 17, 2013, at 10:17 AM, Paul McNett<[email protected]>  wrote:

How do I get the old versions? Preferably without having to learn too much 
about git ...

Go to https://github.com/dabodev/dabo/tags and then for each version you want to
download click the '.zip' or '.tar.gz' link. Save, extract, put it in your 
pythonpath
or 'python setup.py install'.

        Another easy way with git is to just run "git checkout v0.9.5", and that will 
change your code to that version. When you are done, just run "git checkout master" to go 
back to the current version.


Did that. No problems with version 0.9.5, after removing the reference to GridHeaderPaint from ClassDesignerControlMixin.py. New problem with version 0.9.6: opening a saved class gives this:

sib@gespenst-xubuntu:~/src/dabo-trunk$ ide/ClassDesigner.py
Traceback (most recent call last):
  File "ide/ClassDesigner.py", line 4474, in <module>
    clsDes = ClassDesigner(f)
  File "ide/ClassDesigner.py", line 311, in __init__
    self.start()
  File "/home/sib/src/dabo-trunk/dabo/dApp.py", line 391, in start
    self._retrieveMRUs()
  File "/home/sib/src/dabo-trunk/dabo/dApp.py", line 485, in _retrieveMRUs
    cleanCap = cleanMenuCaption(cap)
NameError: global name 'cleanMenuCaption' is not defined

Version 0.9.7: opening the saved class works again, but now the segmentation fault appears when I try to change a property.

Greetings
Sibylle
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.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