On Jul 27, 2012, at 1:25 PM, Dave Kelly wrote:

> I added this to the /biz/__init__.py
> 
> from ClientBizobj import ClientBizobj

[snip]

>  File "/tmp/tmp91Jzpj.py", line 172, in createBizobjs
>    clientBizobj = self.Application.biz.clientBizobj(self.Connection)
> AttributeError: 'module' object has no attribute 'clientBizobj'
> 
> Obviously, it doesn't like what I have done in the CreateBizobjs.  This is
> exactly the behaviour I was experiencing when I was using my own Postgres
> database.  

        Looks like a capitalization error. Your class is "ClientBizobj", but 
your createBizobjs() code references "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