On Jan 2, 2011, at 11:43 AM, Sibylle Koczian wrote:

>   File "/tmp/tmpLEwWNj.py", line 352, in createBizobjs
>     rubrikBizobj = self.Application.biz.RubrikBizobj(self.Connection)
> AttributeError: 'NoneType' object has no attribute 'RubrikBizobj'
> 
> Looks as if self.Application.biz isn't created, but why?

        That's certainly what's happening, but I can't tell from the traceback 
why.

> Other dabo 
> applications made with the class designer run as expected and I can't 
> find the difference.

        That's good to know - at least there's something about this app and not 
the framework in general.

> What should I post to get to the bottom of this?

        The module names (such as 'biz') get set in dApp.py's 
'_initModuleNames()' method. I've posted a modified version at 
http://dabo.codepad.org/XZdBZh2k; this version shows the original line numbers, 
along with some unnumbered lines that I added with some debug information that 
will print out when the app starts up. Add those lines to your copy of dApp.py 
in the same locations, adjusting indentation to match the actual code. Run your 
app, and then post the output from those debug lines.


-- Ed Leafe



_______________________________________________
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