Went to use ClassDesigner tonight (without arguments).
It came up to the first screen asking whether to create or open, (I 
chose create) then I get this traceback:
Traceback (most recent call last):
  File "../ide/ClassDesigner.py", line 4371, in <module>
    clsDes = ClassDesigner(f)
  File "../ide/ClassDesigner.py", line 251, in __init__
    frm = self.onNewDesign(None)
  File "../ide/ClassDesigner.py", line 2025, in onNewDesign
    frmClass = self.getFormClass()
  File "../ide/ClassDesigner.py", line 353, in getFormClass
    class DesForm(dfm, base):
  File "../ide/ClassDesigner.py", line 356, in DesForm
    _classFile = os.path.realpath(filepath)
  File "/usr/lib/python2.5/posixpath.py", line 413, in realpath
    if isabs(filename):
  File "/usr/lib/python2.5/posixpath.py", line 49, in isabs
    return s.startswith('/')
AttributeError: 'NoneType' object has no attribute 'startswith'

What does this mean?
-- Fraser Burns
_______________________________________________
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]

Reply via email to