[Grok-dev] Buildout/virtualenv confusion: Where are my eggs?!

Christian Klinger cklinger at novareto.de
Wed Jul 28 05:07:22 EDT 2010


Hey Achim,

you can look with your editor in the script

   vi bin/test


This should give you a something like this:


#!/Users/christian/work/dolmen/dolmen.forms.wizard/../bin/python

import sys
sys.path[0:0] = [
   '/Users/christian/work/dolmen/dolmen.forms.wizard/src',
   '/Users/christian/.buildout/eggs/zope.testing-3.8.7-py2.6.egg',
 
'/Users/christian/.buildout/eggs/zope.interface-3.5.3-py2.6-macosx-10.4-x86_64.egg',
   '/Users/christian/.buildout/eggs/zope.exceptions-3.5.2-py2.6.egg',
   '/Users/christian/.buildout/eggs/setuptools-0.6c11-py2.6.egg',
   '/Users/christian/.buildout/eggs/ipdb-0.1-py2.6.egg',
...

HTH
Christian




> Hi,
>
> I'm evaluating PyCharm with a Grok project in an virtualenv. That works fine with PyCharm, but the references to grok, zope, ... cannot be resolved. Looking to the file system, I could not find the eggs?! My project works quite fine, so I'm a bit confused. Where should I find my Grok eggs?
>
> cheers,
> Achim




More information about the Grok-dev mailing list