> > Platform: Win
> > Python Version: 2.4.4 on win32
> > Dabo Version: Version 0.8a; Revision
> > UI Version: 2.6.3.3 on wxMSW
> >
> > Steps:
> >
> > 1. Delete the error.log file from the Dabo Runtime directory.
> >
> > 2. Double click the Text Editor shortcut in the Common directory.
> >
> > Observe:
> >
> > The console window appears, outputs several lines of text, the last of
> > which appears to begin with "ERROR", but the window disappears too quickly
> > to read. Text Editor does not appear.
> >
> > Also, a zero-byte error.log file is created in the Dabo Runtime directory.
> >
> > 3. Double-click the Dabo Runtime Engine shortcut in the Common directory.
> >
> > 4. Select the Editor.py file in the IDE directory.
> >
> > Observe:
> >
> > Console window appears briefly and disappears. The Text Editor does not
> > appear.
> >
> > The error.log file in the Dabo Runtime directory contains the following
> > traceback:
> >
> > Traceback (most recent call last):
> >    File "daborun.py", line 242, in ?
> >    File "daborun.py", line 225, in run
> >    File "ntpath.pyc", line 164, in split
> >    File "ntpath.pyc", line 119, in splitdrive
> > TypeError: unsubscriptable object
> >
>To help with the debugging run "Editor.py" from the command window.
>cd daboide
>python Editor.py

Okay, here it is:

Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-2000 Microsoft Corp.

C:\>python
Python 2.4.4 (#71, Oct 18 2006, 08:34:43) [MSC v.1310 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
 >>> import MySQLdb
 >>> ^Z


C:\>program files
'program' is not recognized as an internal or external command,
operable program or batch file.

C:\>cd program fiels
The system cannot find the path specified.

C:\>cd program files

C:\Program Files>cd dabo runtime

C:\Program Files\Dabo Runtime\ide>python editor.py
Dabo Info Log: Wed Feb 21 23:02:11 2007: PyOpenGL not present, so dGlWindow 
is n
ot loaded.
Dabo Info Log: Wed Feb 21 23:02:11 2007: 1 database connection 
definition(s) loa
ded.
Dabo Info Log: Wed Feb 21 23:02:11 2007: User interface already set to 'wx', so
dApp didn't touch it.
Dabo Info Log: Wed Feb 21 23:02:11 2007: wxPython Version: 2.6.3.3 wxMSW 
(unicod
e)
Traceback (most recent call last):
   File "editor.py", line 958, in ?
     main()
   File "editor.py", line 949, in main
     frm = app.MainForm = EditorForm()
   File "editor.py", line 286, in __init__
     super(EditorForm, self).__init__(*args, **kwargs)
   File "C:\Program Files\Dabo Runtime\dabo\ui\uiwx\dForm.py", line 791, in 
__ini
t__
     BaseForm.__init__(self, preClass, parent, properties, attProperties, 
*args,
**kwargs)
   File "C:\Program Files\Dabo Runtime\dabo\ui\uiwx\dForm.py", line 43, in 
__init
__
     fm.dFormMixin.__init__(self, preClass, parent, properties, 
attProperties, *a
rgs, **kwargs)
   File "C:\Program Files\Dabo Runtime\dabo\ui\uiwx\dFormMixin.py", line 
68, in _
_init__
     attProperties, *args, **kwargs)
   File "C:\Program Files\Dabo Runtime\dabo\ui\uiwx\dPemMixin.py", line 
200, in _
_init__
     self._afterInit()
   File "C:\Program Files\Dabo Runtime\dabo\ui\uiwx\dForm.py", line 69, in 
_after
Init
     super(BaseForm, self)._afterInit()
   File "C:\Program Files\Dabo Runtime\dabo\ui\uiwx\dFormMixin.py", line 
116, in
_afterInit
     super(dFormMixin, self)._afterInit()
   File "C:\Program Files\Dabo Runtime\dabo\ui\uiwx\dPemMixin.py", line 
304, in _
afterInit
     self.afterInit()
   File "editor.py", line 291, in afterInit
     self.createFileDropTarget()
AttributeError: 'EditorForm' object has no attribute 'createFileDropTarget'

Ken Dibble
www.stic-cil.org



-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.441 / Virus Database: 268.18.3/696 - Release Date: 2/21/2007 3:19 
PM



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

Reply via email to