Hey, <br>Once I checkout PlainLoginDemo, is there an easy way to get grok to load it as an application? I can place it in Sample/src/PlainLoginDemo but it doesn&#39;t get picked up by grok which is only looking in Sample/src/sample.
<br>Thanks.<br><br><div class="gmail_quote">On Jan 13, 2008 6:17 PM, Sebastian Ware &lt;<a href="mailto:sebastian@urbantalk.se">sebastian@urbantalk.se</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;">
It&#39;s no magic :)<br><br>Go to the [buldout-eggs/] directory and find the package that you are<br>interested in. You will usually find the tests in a file called<br>[tests.py] or a directory called [tests/]. You might want to explore
<br>the components file hierarchy.<br><br>You might find other useful documentation in any files ending with<br>[.txt]. Both doctests and pure docs. There is usually interesting<br>information in the [interfaces.py] file as well.
<br><br>I use a macosx editor called Textmate which allows me to open a<br>directory as a &quot;project&quot; and perform a project wide search. By<br>searching for an interface or class I usually find the corresponding<br>
documentation quickly. Without it, finding the good stuff would be a<br>royal pain...<br><br>I often use the macosx fulltext file search (spotlight) when trying to<br>locate in which component a class or interface is defined. Only to
<br>open the component with Textmate.<br><br>Mvh Sebastian<br><br>13 jan 2008 kl. 22.57 skrev daniel:<br><div><div></div><div class="Wj3C7c"><br>&gt; Hey Sebastian,<br>&gt; How do you access all these doctests? Are you working with grok from
<br>&gt; the python shell?<br>&gt; Also, is there web access to <a href="http://svn.zope.org/" target="_blank">http://svn.zope.org/</a> so you can browse<br>&gt; the contents? When you&#39;re interested in an app, I know how to check
<br>&gt; one out, but is there some easy way of installing it to test it on<br>&gt; my local system?<br>&gt; I think my way of developing with grok might be limited, the only<br>&gt; thing I do is write the scripts/templates in an editor and restart
<br>&gt; zope/grok.<br>&gt; Thanks,<br>&gt;<br>&gt; On Jan 13, 2008 12:34 PM, Sebastian Ware &lt;<a href="mailto:sebastian@urbantalk.se">sebastian@urbantalk.se</a>&gt;<br>&gt; wrote:<br>&gt; 13 jan 2008 kl. 18.31 skrev Sebastian Ware:
<br>&gt;<br>&gt; &gt; from zope.interface import Interface<br>&gt; &gt; from zope import schema<br>&gt; &gt; from BTrees.OOBTree import OOTreeSet<br>&gt; &gt; from logindemo.app import LoginDemo<br>&gt;<br>&gt; import grok
<br>&gt;<br>&gt; ...oops :)<br>&gt;<br>&gt; Mvh Sebastian<br>&gt;<br>&gt; _______________________________________________<br>&gt; Grok-dev mailing list<br>&gt; <a href="mailto:Grok-dev@zope.org">Grok-dev@zope.org</a><br>&gt; 
<a href="http://mail.zope.org/mailman/listinfo/grok-dev" target="_blank">http://mail.zope.org/mailman/listinfo/grok-dev</a><br>&gt;<br>&gt;<br>&gt;<br>&gt; --<br>&gt;<br>&gt; -- Daniel<br><br></div></div></blockquote></div>
<br><br clear="all"><br>-- <br><br>-- Daniel