On Wed, 11 Jan 2006 22:13:49 +0100, "Adi J. Sieker" <[EMAIL PROTECTED]> wrote:
>Hi, > >I hope announcing this here is fine. >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. > >adi > Hello, I tried it (after downloading and installing pysqlite-2.0.5.win32-py2.4.exe) on Windows XP and got following traceback: C:\temp>freeNotes.py Traceback (most recent call last): File "C:\temp\freeNotes.py", line 892, in ? app.setup() File "C:\Python24\lib\site-packages\dabo\dApp.py", line 131, in setup self.uiApp.setup(self) File "C:\Python24\lib\site-packages\dabo\ui\uiwx\uiApp.py", line 69, in setup frm = self.dApp.MainForm = mfc() File "C:\Python24\lib\site-packages\dabo\ui\uiwx\dForm.py", line 740, in __ini t__ dFormBase.__init__(self, preClass, parent, properties, *args, **kwargs) File "C:\Python24\lib\site-packages\dabo\ui\uiwx\dForm.py", line 38, in __init __ fm.dFormMixin.__init__(self, preClass, parent, properties, *args, **kwargs) File "C:\Python24\lib\site-packages\dabo\ui\uiwx\dFormMixin.py", line 51, in _ _init__ super(dFormMixin, self).__init__(preClass, parent, properties, *args, **kwar gs) File "C:\Python24\lib\site-packages\dabo\ui\uiwx\dPemMixin.py", line 135, in _ _init__ self._afterInit() File "C:\Python24\lib\site-packages\dabo\ui\uiwx\dForm.py", line 60, in _after Init super(dFormBase, self)._afterInit() File "C:\Python24\lib\site-packages\dabo\ui\uiwx\dFormMixin.py", line 99, in _ afterInit super(dFormMixin, self)._afterInit() File "C:\Python24\lib\site-packages\dabo\ui\uiwx\dPemMixin.py", line 191, in _ afterInit self.afterInit() File "C:\temp\freeNotes.py", line 637, in afterInit self.loadNotes() File "C:\temp\freeNotes.py", line 683, in loadNotes self.rPanel.Keywords = self._getKeywordList() File "C:\temp\freeNotes.py", line 652, in _getKeywordList nl = self.PrimaryBizobj.KeywordList File "C:\temp\freeNotes.py", line 178, in _getKeywordList self.requery() File "C:\Python24\lib\site-packages\dabo\biz\dBizobj.py", line 614, in requery self._CurrentCursor.requery(params) File "C:\Python24\lib\site-packages\dabo\db\dCursorMixin.py", line 238, in req uery self.execute(self.CurrentSQL, params) File "C:\Python24\lib\site-packages\dabo\db\dCursorMixin.py", line 166, in exe cute raise dException.dException, e dabo.dException.dException: near "limit": syntax error C:\temp> wxPy '2.6.2.1pre.20051227', Py 2.4., >>> dabo.version {'version': '0.5', 'revision': '1615'} -- Franz Steinhaeusler _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
