Well, not completely sure that's the problem...

c...@dv67:~/dabo-trunk$ ReportDesigner.py 
./dabo/lib/reporting_stefano/samplespec.rfxml
Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' 
in <type 'exceptions.RuntimeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' 
in <type 'exceptions.RuntimeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' 
in <type 'exceptions.RuntimeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' 
in <type 'exceptions.RuntimeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' 
in <type 'exceptions.RuntimeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded in __subclasscheck__' 
in <type 'exceptions.RuntimeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded while calling a 
Python 
object' in <type 'exceptions.RuntimeError'> ignored
Traceback (most recent call last):
   File "/home/carl/bin/ReportDesigner.py", line 2548, in <module>
     form.editor.openFile("%s" % fileSpec)
   File "/home/carl/bin/ReportDesigner.py", line 1930, in openFile
     self._rw.ReportFormFile = fileSpec
   File "/home/carl/dabo-trunk/dabo/lib/reportWriter.py", line 2017, in 
_setReportFormFile
     self._reportForm = self._getFormFromXML(self._reportFormXML)
   File "/home/carl/dabo-trunk/dabo/lib/reportWriter.py", line 1860, in 
_getFormFromXML
     form = self._getFormFromXMLDict(xmldict)
   File "/home/carl/dabo-trunk/dabo/lib/reportWriter.py", line 1829, in 
_getFormFromXMLDict
     reportObject, level+1)
   File "/home/carl/dabo-trunk/dabo/lib/reportWriter.py", line 1827, in 
_getFormFromXMLDict
     reportObject = self._getReportObject(child["name"], formdict)
   File "/home/carl/dabo-trunk/dabo/lib/reportWriter.py", line 1848, in 
_getReportObject
     ref = cls(parent)
TypeError: 'NoneType' object is not callable

Yeah, I am browsing around, checking out what's here and there.

Carl K

_______________________________________________
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]

Reply via email to