[Grok-dev] grokproject 0.8 released

Philipp von Weitershausen philipp at weitershausen.de
Mon Jul 14 00:44:13 EDT 2008


El 14 Jul 2008, a las 00:22 , Andreas Jung escribió:
> V 0.8 fails on MacOSX:
>
> ajung at suxmac:/tmp paster create -t grok g2
> Selected and implied templates:
> grokproject#grok  A grok project
>
> Variables:
> egg:      g2
> package:  g2
> project:  g2
> Enter user (Name of an initial administrator user): admin
> Enter passwd (Password for the initial administrator user):
> Downloading info about versions...
> Creating template grok
> Creating directory ./g2
> Copying bootstrap.py to ./g2/bootstrap.py
> Copying buildout.cfg_tmpl to ./g2/buildout.cfg
> Copying setup.py_tmpl to ./g2/setup.py
> Recursing into src
>   Creating ./g2/src/
>   Recursing into +package+
>     Creating ./g2/src/g2/
>     Copying __init__.py to ./g2/src/g2/__init__.py
>     Copying app.py_tmpl to ./g2/src/g2/app.py
>     Copying app.txt_tmpl to ./g2/src/g2/app.txt
>     Recursing into app_templates
>       Creating ./g2/src/g2/app_templates/
>       Copying index.pt_tmpl to ./g2/src/g2/app_templates/index.pt
>     Copying configure.zcml to ./g2/src/g2/configure.zcml
>     Copying ftesting.zcml_tmpl to ./g2/src/g2/ftesting.zcml
>     Recursing into static
>       Creating ./g2/src/g2/static/
>       Copying README.txt to ./g2/src/g2/static/README.txt
>     Copying tests.py_tmpl to ./g2/src/g2/tests.py
> Copying versions.cfg_tmpl to ./g2/versions.cfg
> Downloading zc.buildout...
> Invoking zc.buildout...
> zip_safe flag not set; analyzing archive contents...
> zc.zope3recipes.debugzope: module references __file__
> While:
> Installing.
> Getting section app.
> Initializing section app.
> Loading zc.buildout recipe entry zc.zope3recipes>=0.5.3:application.
>
> An internal error occurred due to a bug in either zc.buildout or in a
> recipe being used:
>
> ImportError:
> No module named schemaless

Not a grokproject bug. You probably have an antique version of ZConfig  
on your PYTHONPATH (the error message is about ZConfig.schemaless)  
which is found before the one that was downloaded as an egg. If any  
this is a zc.buildout bug: https://bugs.launchpad.net/zc.buildout/+bug/133462



More information about the Grok-dev mailing list