I'm just starting my first dabo test program. I'm running on Ubuntu linux 8.04 on a Pentium-4.
I've just built dabo (0.8.4 rev 4111), using python (2.5.2 linux2), wxpython (2.6) and psqlite (3.3.5) I built the Hello_msgBox demo with only the 'apparently usual' "> gtk_widget_add_accelerator: assertion `GTK_IS_WIDGET (widget)' failed" messages on the terminal. I started the build the application (As in Step by Step guide) - all OK until I tried to use 'Editor.py' the following error messages were displayed (in dabo error boxes) > Assertion [start + len <= lengthDoc] failed at > ../../../../contrib/src/stc/scintilla/src/ScintillaBase.cxx 457 > > Assertion [(startPosStyling + validLen) < Length()] failed at > ../../../../contrib/src/stc/scintilla/src/DocumentAccessor.cxx 119 > > Assertion [endStyled < Length()] failed at > ../../../../contrib/src/stc/scintilla/src/Document.cxx 1333 > > Assertion [start + len <= lengthDoc] failed at > ../../../../contrib/src/stc/scintilla/src/ScintillaBase.cxx 457 The editor window displayed and when I tried to select language - 'python' the following errors came up > Assertion [(startPosStyling + validLen) < Length()] failed at > ../../../../contrib/src/stc/scintilla/src/DocumentAccessor.cxx 119 > > Assertion [endStyled < Length()] failed at > ../../../../contrib/src/stc/scintilla/src/Document.cxx 1333 After editing 2 files successfully (Nice editor !) - I clicked 'Close Editor' which I assume is the correct way to close and it failed with "Segmentation fault" on the terminal (after about a 10 second delay) On one occasion I got > ** (python:14823): WARNING **: could not set the value of Settings.Document.Filter, node not found > nb. if I edited one file, saved and quit - normal termination I couldn't find anything in the archives about this, should I be worrying ? Iain _______________________________________________ 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]
