[Grok-dev] grokproject error

Philipp von Weitershausen philipp at weitershausen.de
Thu Oct 9 08:33:48 EDT 2008


Jan Ulrich Hasecke wrote:
> While installing a new grokproject with 0.14 in a virtualenv I got this 
> error:
> 
> While:
>   Installing.
>   Getting section app.
>   Initializing section app.
>   Loading zc.buildout recipe entry zc.zope3recipes>=0.5.3:application.
> 
> An internal error occured due to a bug in either zc.buildout or in a
> recipe being used:
> 
> ImportError:
> No module named schemaless
> 
> This is an old acquaintance.

Yes. You probably still have an older version of ZConfig sitting in your 
Python's site-packages. Try creating the virtualenv with

   virtualenv.py --no-site-packages


More information about the Grok-dev mailing list