Hi all,<br><br>
I am looking for some guidance on a particular issue I am having. I<br>
don&#39;t think it is a bug, I think it&#39;s merely a lack of understanding<br>
on my behalf.<br>
<br>
I have started developing a Zope3 application, I created a virtualenv<br>
and then used zopeproject to create the skeleton of my application. I<br>
then checked all of that into subversion so that another developer<br>
could check out the app and run a buildout and setup their own<br>
environment with the packages they need.<br>
<br>
The issue I am having is that when buildout runs, it installs all of<br>
the eggs I need into site-packages, however the easy_install.pth file<br>
is not updated with references to these. This means that when I launch<br>
the python interpreter, the packages which have been installed by<br>
buildout are not visible. The [project]-ctl and [project]-debug<br>
scripts to start zope are configured with the correct links to these<br>
packages however.<br>
<br>
For example, if I fire up python2.4 after running a fresh buildout,<br>
and try the following I get an import error:<br>
&quot;from persistent import Persistent&quot;<br>
<br>
How can I make sure that buildout installs dependencies for the whole<br>
virtualenv and not just for the zope instance?<br>
<br>
Thanks,<br>
Chris