On 3/1/13 10:48 AM, Sibylle Koczian wrote: > Hello, > > when I try to open an existing .cdxml file with the ClassDesigner, I get this: > > sib@gespenst-xubuntu:~/src/dabo-trunk/ide$ ./ClassDesigner.py > File "/home/sib/src/dabo-trunk/ide/ClassDesignerControlMixin.py", line 72, > in __init__ > coolEvents = (dEvents.GridHeaderPaint, > AttributeError: 'module' object has no attribute 'GridHeaderPaint' > > Platform: GTK > Python Version: 2.7.3 on linux2 > Dabo Version: 0.9.9 > UI Version: 2.8.12.1 on wxGTK (gtk2)
My fault, I'm sorry. I removed GridHeaderPaint last month, because it was getting in the way of grid header painting in 2.9.4.0 and I didn't think it was really needed. However, I neglected to find the reference to it in ClassDesigner. This is fixed in the working branch now and will be in the next release. In the meantime you can open ClassDesignerControlMixin.py, search for GridHeaderPaint, and remove that reference. Thanks for catching and reporting this. Paul _______________________________________________ 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]
