To answer my own question:<div><br></div><div>app.getSiteManager()[&#39;ClassNameOfLocalUtility&#39;].user_folder<br><br>hopefully helps another beginner at some point I guess!<br><br><div class="gmail_quote">On 30 January 2012 00:25, Matt Rutherford <span dir="ltr">&lt;<a href="mailto:matrutherford@gmail.com">matrutherford@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I implemented (with a few edits for latest Grok version) my own PAU as a LocalUtility according to the end of Chapter 7 in the Grok web dev book. I&#39;d like to base my app model around the user Account object detailed here, which is stored in the UserFolder container object that itself is an attribute of my authenticator plugin LocalUtility. But looking for these objects in the ZODB I cannot find it under my toplevel App object. I can see the &#39;grokcore.site.directive.local_utility&#39; attribute and from this can get a grokcore.site.directive.LocalUtilityInfo object which gives some properties of the authenticator plugin that I want to access but not the underlying model.<div>

<br></div><div>How should I access my authenticator plugin and it&#39;s UserFolder attribute from my bin/python-console prompt?</div><div><br></div><div>thanks</div><span class="HOEnZb"><font color="#888888"><div>Matt</div>

</font></span></blockquote></div><br></div>