<br><br><div class="gmail_quote">On Thu, Jun 18, 2009 at 17:44, cswank <span dir="ltr">&lt;<a href="mailto:craig_swank@nrel.gov">craig_swank@nrel.gov</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
When I try:<br>
<br>
ATWorkgroup.__init__(self,*args,**kw)<br>
<br>
in my __init__ I get:<br>
<br>
TypeError: unbound method __init__() must be called with ATWorkgroup<br>
instance as first argument (got Vendor instance instead).<br>
<br>
And when I try not defining an __init__ method then I can initialize my<br>
class, but the ATWorkgroup tabs (such as Add Members and Workgroup Roles) do<br>
not appear.  So I guess I&#39;m still stuck.<br></blockquote><div><br>No idea what you are trying to do within __init__(). If you need to perform post<br>create operations, use the at_post_create_script() hook.<br><br>-aj <br>
</div></div>