On Thu, Jun 18, 2009 at 17:44, cswank <[email protected]> wrote:

>
> When I try:
>
> ATWorkgroup.__init__(self,*args,**kw)
>
> in my __init__ I get:
>
> TypeError: unbound method __init__() must be called with ATWorkgroup
> instance as first argument (got Vendor instance instead).
>
> And when I try not defining an __init__ method then I can initialize my
> class, but the ATWorkgroup tabs (such as Add Members and Workgroup Roles)
> do
> not appear.  So I guess I'm still stuck.
>

No idea what you are trying to do within __init__(). If you need to perform
post
create operations, use the at_post_create_script() hook.

-aj
_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to