Thanks Ed! (I should have seen that myself.) Dave Kelly The Priory Inn 01666 502 251 www.theprioryinn.co.uk "Dining in a 30 Mile Food Zone"
> -----Original Message----- > From: [email protected] [mailto:dabo-users- > [email protected]] On Behalf Of Ed Leafe > Sent: 27 July 2012 19:53 > To: Dabo Users list > Subject: Re: [dabo-users] Populating a dropdown list > > 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/EEDFC800-20B0-47C3-ACF8- > [email protected] _______________________________________________ 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]
