<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I read this thread about how one can use grok trunk in buildout for an app.<br><a href="http://mail.zope.org/pipermail/grok-dev/2007-October/002820.html">http://mail.zope.org/pipermail/grok-dev/2007-October/002820.html</a><br><br>But this doesn't work for me when I try grok 0.11. The beginning of<br>the buildout.cfg looks like this:<br><br>[buildout]<br>develop = .<br>parts = app data zopectl i18n test<br>find-links =<br>&nbsp;&nbsp;&nbsp;<a href="http://download.zope.org/distribution/">http://download.zope.org/distribution/</a><br>&nbsp;&nbsp;&nbsp;svn://svn.zope.org/repos/main/grok/trunk#egg=grok-dev<br>eggs-directory = /Users/tim/buildout-eggs<br>newest = false<br>extends=&nbsp;<a href="http://grok.zope.org/releaseinfo/grok-0.11.1.cfg">http://grok.zope.org/releaseinfo/grok-0.11.1.cfg</a><br>versions = versions<br><br>[versions]<br>grok = 0.12dev<br><br><br>Running bin/buildout I get this error:<br><br>~/dev/viewlets $ ./bin/buildout<br>Develop: '/Users/tim/dev/viewlets/.'<br>Updating app.<br>Getting distribution for 'grok==0.12dev'.<br>While:<br>&nbsp;Updating app.<br>&nbsp;Getting distribution for 'grok==0.12dev'.<br>Error: Couldn't find a distribution for 'grok==0.12dev'.<br><br>What am I doing wrong?<br><br>/Tim</body></html>