Thanks, everyone.<br><br>My problem is much simpler! To save time, I wish to transfer my bare grok installation using  a memory stick to a bare python (equipped with setuptools and pywin32) on another machine with identical OS. Instead of  doing &quot;easy_install grokproject&quot; from the internet. I am sorry if my original request was misleading.<br>

<br>About transerring a specific grok application, oddly, I had not thought much. I had reasoned that when need appears, since it is a valid Zope application, I should be able to use Zope&#39;s export feature. (( But Hark!!  Probably I am talking about Zope2, not Zope3. Sorry.))<br>
<br>Thanks and regards<br>Milind<br>
<br><div class="gmail_quote">On Wed, Sep 9, 2009 at 7:40 PM, Uli Fouquet <span dir="ltr">&lt;<a href="mailto:uli@gnufix.de" target="_blank">uli@gnufix.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Hi Sebastian,<br>
<div><br>
Sebastian Ware wrote:<br>
<br>
&gt; I might have an old grokproject on my dev machine because I found a<br>
&gt; hardcoded absolute path in bin/buildout.<br>
<br>
</div>We all have &#39;hardcoded&#39; paths in bin/buildout (at least I think so).<br>
Even with the newest grok/grokproject. But the bin/buildout script is<br>
recreated with values from your very local system when running:<br>
<br>
  $ my-python-to-use-with-grok bootstrap.py<br>
<br>
in your grokproject. If you do not have bootstrap.py installed in your<br>
project root (grokproject should have generated one), you can get it<br>
from<br>
<br>
 <a href="http://svn.zope.org/*checkout*/zc.buildout/trunk/bootstrap/bootstrap.py" target="_blank">http://svn.zope.org/*checkout*/zc.buildout/trunk/bootstrap/bootstrap.py</a><br>
<br>
(or, if you host your project on SVN, you might add an external<br>
reference to the bootstrap dir:<br>
<br>
  svn://<a href="http://svn.zope.org/repos/main/zc.buildout/trunk/bootstrap/" target="_blank">svn.zope.org/repos/main/zc.buildout/trunk/bootstrap/</a><br>
<br>
which will generate bootstrap/bootstrap.py in your local project root)<br>
<br>
So after copying a project from one machine to another, at least these<br>
_both_ steps are required:<br>
<br>
  1) run &#39;python bootstrap.py&#39; *and*<br>
<br>
  2) run &#39;bin/buildout&#39; afterwards.<br>
<br>
Best regards,<br>
<br>
--<br>
<font color="#888888">Uli<br>
<br>
</font><br>_______________________________________________<br>
Grok-dev mailing list<br>
<a href="mailto:Grok-dev@zope.org" target="_blank">Grok-dev@zope.org</a><br>
<a href="https://mail.zope.org/mailman/listinfo/grok-dev" target="_blank">https://mail.zope.org/mailman/listinfo/grok-dev</a><br>
<br></blockquote></div><br>