Ed Leafe wrote:
>       If you're using svn, please update and test your programs. If you run  
> into an odd error, please post it here, and (important!) *include the  
> full traceback*. This will let me figure out the source of the error  
> much quicker. 

Starting with 4186, I get this:

[EMAIL PROTECTED]:~/ss$ python shutter_studio.py pkm
Traceback (most recent call last):
   File "/home/pmcnett/dabo/dabo/ui/__init__.py", line 44, in loadUI
     exec("from %s import *" % mods[typ], globals())
   File "<string>", line 1, in <module>
   File "/home/pmcnett/dabo/dabo/ui/uiwx/__init__.py", line 130, in <module>
     from dPdfWindow import dPdfWindow
   File "/home/pmcnett/dabo/dabo/ui/uiwx/dPdfWindow.py", line 16, in 
<module>
     PDFWindow = pdfwin.PDFWindow
AttributeError: 'module' object has no attribute 'PDFWindow'
Traceback (most recent call last):
   File "shutter_studio.py", line 41, in <module>
     from App import App
   File 
"/home/pmcnett/py/sbs/shutter_studio/trunk/clients/shutter_studio/App.py", 
line 20, in <module>
     from datanav_additions import AppBase
   File "/home/pmcnett/py/datanav_additions/AppBase.py", line 11, in 
<module>
     import dabo.lib.datanav2 as datanav
   File "/home/pmcnett/dabo/dabo/lib/datanav2/__init__.py", line 2, in 
<module>
     from Form import Form
   File "/home/pmcnett/dabo/dabo/lib/datanav2/Form.py", line 9, in <module>
     import PageFrame
   File "/home/pmcnett/dabo/dabo/lib/datanav2/PageFrame.py", line 4, in 
<module>
     import Page as pag
   File "/home/pmcnett/dabo/dabo/lib/datanav2/Page.py", line 25, in <module>
     class SelectTextBox(SelectControlMixin, dabo.ui.dTextBox): pass
TypeError: Error when calling the metaclass bases
     metaclass conflict: the metaclass of a derived class must be a 
(non-strict) subclass of the metaclasses of all its bases


Starting with 4180, I get:

[EMAIL PROTECTED]:~/ss$ python shutter_studio.py pkm
Traceback (most recent call last):
   File "shutter_studio.py", line 107, in <module>
     hasValidCustomers = app.hasValidCustomers()
   File 
"/home/pmcnett/py/sbs/shutter_studio/trunk/clients/shutter_studio/App.py", 
line 655, in hasValidCustomers
     biz = self.biz.Customers(self.dbConnection)
   File "/home/pmcnett/dabo/dabo/biz/dBizobj.py", line 37, in __init__
     self.setConnection(conn)
   File "/home/pmcnett/dabo/dabo/biz/dBizobj.py", line 109, in setConnection
     self.createCursor()
   File "/home/pmcnett/dabo/dabo/biz/dBizobj.py", line 165, in createCursor
     self._syncCursorProps(crs)
   File "/home/pmcnett/dabo/dabo/biz/dBizobj.py", line 1676, in 
_syncCursorProps
     crs.Table = self._dataSource
   File "/home/pmcnett/dabo/dabo/db/dCursorMixin.py", line 2361, in 
_setTable
     if fld[2] ][0]
IndexError: list index out of range

Paul


_______________________________________________
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/[EMAIL PROTECTED]

Reply via email to