Hey when I followed your howto, buildout gave me the same error I was getting with grokproject before I started using virtualenv. Is it possible that buildout is breaking out of my virtualenv? If i use grokproject instead of Adder/bin/buildout everything works fine.
<br><br><div class="gmail_quote">On Jan 15, 2008 6:01 AM, Kevin Teague &lt;<a href="mailto:kevin@bud.ca">kevin@bud.ca</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">&gt;<br>&gt;<br>&gt;&gt; Hey,<br>&gt;&gt; Once I checkout PlainLoginDemo, is there an easy way to get grok to<br>&gt;&gt; load it as an application? I can place it in Sample/src/<br>&gt;&gt; PlainLoginDemo but it doesn&#39;t get picked up by grok which is only
<br>&gt;&gt; looking in Sample/src/sample.<br>&gt;&gt; Thanks.<br><br></div>It&#39;s possible to edit parts/app/site.zcml and make an export of your<br>PYTHONPATH as a quick kludge to get two apps running together, but<br>
it&#39;s very easy to install a Grok app in a self-contained environment.<br><br>$ cd PlainLoginDemo<br>$ python bootstrap/bootstrap.py<br>$ ./bin/buildout<br>$ ./bin/zopectl fg<br><br>You will want to configure zc.buildout
 to use a shared eggs directory,<br>otherwise you will wind up with many copies of the same egg on your<br>system. I&#39;ve written up how to do this here:<br><br><a href="http://plone.grok.quintagroup.com/documentation/how-to/install-multiple-grok-apps-using-zc.buildout" target="_blank">
http://plone.grok.quintagroup.com/documentation/how-to/install-multiple-grok-apps-using-zc.buildout</a><br><br>(I&#39;m also a bit new to many aspects of buildout, so zc.buildout<br>people, please feel free to expound upon this a bit more)
<br><br>(We also need to push the new web site out the door real soon now,<br>we&#39;re giving out the URL to the &quot;preview&quot; site a lot ... )<br></blockquote></div><br><br clear="all"><br>-- <br><br>-- Daniel