On Oct 31, 2009, at 12:03 AM, jvandal wrote:

>   bizClient = self.Application.biz.ClientBizobj(conn)
> AttributeError: 'module' object has no attribute 'ClientBizobj'

        OK, this is a different error than the last time. The last time,  
'self.Application.biz' was None; now it's a module, but it can't find  
'ClientBizobj'. The usual reason for this is that the import is  
missing from the biz/__init__.py file. Make sure that you have a file  
named 'ClientBizobj.py' in the biz directory, a class named  
'ClientBizobj' defined in that file, and that the __init__.py file has  
the line 'from ClientBizobj import ClientBizobj'.


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