Colin J. Williams wrote: > Thanks to some help from the list, I now have Dabo, Demo and IDE > installed OK with Tortoise. It's a neat and tidy way of doing things. > > I've tried out the Demos. SimpleDemo1 runs OK. The others seem to > have a common glitch: > > Message File Name Line Position > Traceback > <module> > C:\Python25\Lib\site-packages\dabo\DaboDemo\simpleDemo2.py 54 > main C:\Python25\Lib\site-packages\dabo\DaboDemo\simpleDemo2.py > 51 > start C:\Python25\lib\site-packages\dabo\dApp.py 259 > setup C:\Python25\lib\site-packages\dabo\dApp.py 224 > initUIApp C:\Python25\lib\site-packages\dabo\dApp.py 251 > setup C:\Python25\lib\site-packages\dabo\ui\uiwx\uiApp.py 225 > __getattr__ > C:\Python25\Lib\site-packages\wx-2.8-msw-unicode\wx\_core.py 14033 > PyDeadObjectError: The C++ part of the DocStringForm object has been > deleted, attribute access no longer allowed. >
That doesn't look like a traceback. It looks odd. This is my log: C:\dabodemo>python simpleDemo2.py Dabo Info Log: Fri May 04 22:34:34 2007: PyOpenGL not present, so dGlWindow is not loaded. Dabo Info Log: Fri May 04 22:34:34 2007: 0 database connection definition(s) loaded. Dabo Info Log: Fri May 04 22:34:34 2007: User interface already set to 'wx', so dApp didn't touch it. Dabo Info Log: Fri May 04 22:34:34 2007: wxPython Version: 2.8.3.0 wxMSW (unicode) Dabo Info Log: Fri May 04 22:34:35 2007: WARNING: No BasePrefKey has been set for this application. Dabo Info Log: Fri May 04 22:34:38 2007: Application finished. Why is DaboDemo installed under C:\Python25\Lib\site-packages\dabo\DaboDemo\simpleDemo2.py? Normally you don't put dabodemo under your dabo-library location. And DaboDemo should reside under somewhere\dabodemo\DaboDemo C:\Python25\Lib\site-packages\dabo c:\somewhere\dabodemo c:\somewhere\daboide Could it be that you mixed your directories somehow? Uwe _______________________________________________ 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/dabo-users/[EMAIL PROTECTED]
