Hi, I have used classdesigner (CD) for just over a year with no problems however midway through designing a form I have run into a problem. Just preceding I was using propsheet. Since, I am unable to open CD properly, it crashes with the traceback as below:
Traceback (most recent call last): File "classdesigner.py", line 4453, in <module> clsDes = ClassDesigner(f) File "classdesigner.py", line 300, in __init__ self.select(self.CurrentForm) File "classdesigner.py", line 2517, in select self.PemForm.select(self._selection) File "/Users/ONC/ide/ClassDesignerPemForm.py", line 232, in select self.PropSheet.select(obj) File "/Users/ONC/ide/ClassDesignerPropSheet.py", line 140, in select self.updatePropGrid(propDict) File "/Users/ONC/ide/ClassDesignerPropSheet.py", line 154, in updatePropGrid pg.DataSet = ds File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/Dabo-0.9.3-py2.6.egg/dabo/ui/uiwx/dGrid.py", line 4339, in _setDataSet self.fillGrid() File "/Users/ONC/ide/ClassDesignerPropSheet.py", line 733, in fillGrid (self.getValue(row, 0), self.Application.Selection[0])) ValueError: unsupported format character ''' (0x27) at index 56 macOSX 10.6.8 wxpython2.8.11 python 2.6 Have reinstalled dabo with no luck. I am no programmer/developer, though dabo made it easy to set up a little database app I really was interested in doing. Any ideas or help would be greatly appreciated, James Bull --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ 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/cacvftvdnopqyh9ve0oboqektpfxj_t3u1nz7hwrvdez2rig...@mail.gmail.com
