I wanted to see if the recent fixes fixed the problems in my app, but 
now a new problem is happening.

Revision 3317: my app starts normally
Revision 3318: I get the dCursorMixin 'NoneType' object has no attribute 
"Encoding" error.
Revision 3319(HEAD): I get:

sol:~/ss pmcnett$ python shutter_studio.py
Dabo Info Log: Tue Aug 21 17:08:26 2007: 0 definición(es) de conección 
del database fueron cargadas.
Dabo Info Log: Tue Aug 21 17:08:26 2007: User interface already set to 
'wx', so dApp didn't touch it.
Dabo Info Log: Tue Aug 21 17:08:26 2007: wxPython Version: 2.8.4.0 wxMac 
(unicode)
Traceback (most recent call last):
   File "shutter_studio.py", line 82, in <module>
     hasValidCustomers = app.hasValidCustomers()
   File 
"/Users/pmcnett/py/sbs/shutter_studio/trunk/clients/shutter_studio/App.py", 
line 457, in hasValidCustomers
     biz.requery()
   File "/home/pmcnett/dabo-full/trunk/dabo/biz/dBizobj.py", line 813, 
in requery
     self.requeryAllChildren()
   File "/home/pmcnett/dabo-full/trunk/dabo/biz/dBizobj.py", line 1258, 
in requeryAllChildren
     child.requery()
   File "/home/pmcnett/dabo-full/trunk/dabo/biz/dBizobj.py", line 792, 
in requery
     cursor.requery(params)
   File "/home/pmcnett/dabo-full/trunk/dabo/db/dCursorMixin.py", line 
377, in requery
     self.execute(self.CurrentSQL, params, _fromRequery=True)
   File "/home/pmcnett/dabo-full/trunk/dabo/db/dCursorMixin.py", line 
303, in execute
     if sql.strip().split()[0].lower() not in  ("select", "pragma"):
IndexError: list index out of range

-- 
pkm ~ http://paulmcnett.com


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]

Reply via email to