Użytkownik quantrum75 napisał:
>    bizClient = self.Application.biz.ClientBizobj(conn)
> AttributeError: 'module' object has no attribute 'ClientBizobj'
>
> I do not understand what I am doing wrong. I have checked all of my naming 
> conventions etc and they are exactly as shown in the tutorial. Also I am 
> using WingIDE. Could someone point me to what I am doing wrong?

Hi.

Sounds like missing import.
You must import your ClientBizobj into the biz namespace, something like:

<biz/__init__.py>:
        from ClientBizobj import ClientBizobj
<biz/ClientBizobj.py>
        class ClientBizobj(...



-- 
Regards
Jacek Kałucki
_______________________________________________
Post Messages to: Dabo-users@leafe.com
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/4e3dd0f5.3080...@rz.onet.pl

Reply via email to