Am 2006-01-11 um 22:13 schrieb Adi J. Sieker:

I just released my first Dabo application freeNotes a wiki like application. In freeNotes you create notes (pages), each note has a description and zero to N keywords. Whenever a keyword is displayed in a note it is highlighted as in a wiki and you can forward navigate to the note containing the keyword. The notes themselves can be organized in a tree structure. This release works and the basic functionality is there, though with a few of my ideas and input from people, there is a long way to go. It's homepage is http://www.adsworth.info/projects/freenotes/, where you can also get the downloads.

Sounds like something I could use.

I just tried it (MacOS X 10.4, Python 2.4.1, wxPython 2.6, latest dabo from CVS, freeNotes-0.0.1.17-src) and get this traceback:

hraban$ pythonw freeNotes.py
Traceback (most recent call last):
  File "freeNotes.py", line 892, in ?
    app.setup()
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ python2.4/site-packages/Dabo-0.5-py2.4.egg/dabo/dApp.py", line 131, in setup
    self.uiApp.setup(self)
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ python2.4/site-packages/Dabo-0.5-py2.4.egg/dabo/ui/uiwx/uiApp.py", line 69, in setup
    frm = self.dApp.MainForm = mfc()
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ python2.4/site-packages/Dabo-0.5-py2.4.egg/dabo/ui/uiwx/dForm.py", line 746, in __init__ BaseForm.__init__(self, preClass, parent, properties, *args, **kwargs) File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ python2.4/site-packages/Dabo-0.5-py2.4.egg/dabo/ui/uiwx/dForm.py", line 39, in __init__ fm.dFormMixin.__init__(self, preClass, parent, properties, *args, **kwargs) File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ python2.4/site-packages/Dabo-0.5-py2.4.egg/dabo/ui/uiwx/ dFormMixin.py", line 66, in __init__ super(dFormMixin, self).__init__(preClass, parent, properties, *args, **kwargs) File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ python2.4/site-packages/Dabo-0.5-py2.4.egg/dabo/ui/uiwx/ dPemMixin.py", line 153, in __init__
    self._afterInit()
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ python2.4/site-packages/Dabo-0.5-py2.4.egg/dabo/ui/uiwx/dForm.py", line 61, in _afterInit
    super(BaseForm, self)._afterInit()
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ python2.4/site-packages/Dabo-0.5-py2.4.egg/dabo/ui/uiwx/ dFormMixin.py", line 115, in _afterInit
    super(dFormMixin, self)._afterInit()
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ python2.4/site-packages/Dabo-0.5-py2.4.egg/dabo/ui/uiwx/ dPemMixin.py", line 204, in _afterInit
    self.afterInit()
  File "freeNotes.py", line 637, in afterInit
    self.loadNotes()
  File "freeNotes.py", line 687, in loadNotes
    self.lPanel.append(rec)
  File "freeNotes.py", line 338, in append
    list.setItemData(item, rec["note_id"])
AttributeError: 'dListControl' object has no attribute 'setItemData'



Greetlings from Lake Constance
---
fiëé visuëlle
Henning Hraban Ramm
http://www.fiee.net
http://www.cacert.org (I'm an assurer)



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to