2009/11/23 Jim Fulton <span dir="ltr">&lt;<a href="mailto:jim@zope.com">jim@zope.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">It expect it said &quot;Unused option for buildout: eggs&quot;.<br>
</blockquote><div><br></div><div>Exactly.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
The eggs option doesn&#39;t mean anything to the buildout section.  This<br>
message was just letting you know that something wasn&#39;t right.  The<br>
information you provided was having no effect.<br></blockquote><div>I think i didn&#39;t understand the following snippet from <a href="http://jacobian.org/writing/django-apps-with-buildout/">http://jacobian.org/writing/django-apps-with-buildout/</a>:</div>
<div><br></div><div>***<br>[buildout]<br>parts = python<br>develop = .<br>eggs = django-shorturls<br><br>[python]<br>recipe = zc.recipe.egg<br>interpreter = python<br>eggs = ${buildout:eggs}<br></div><div>***</div><div><br>
</div><div>Now I see that the &quot;eggs = django-shortuls&quot; isn&#39;t there for buildout section, it is there for other sections which include it with $(buildout:eggs).</div><div><br></div><div>Thanks a lot!</div><div>
Jakub</div>