[Grok-dev] grokproject fails with "Couldn't find a distribution for
zc.recipe.zope3instance"
Michael Jansen
info at michael-jansen.biz
Thu Feb 15 12:18:26 EST 2007
Hi
I would like to testdrive grok. I easy_installed grokproject and tried "svn co
svn://svn.zope.org/repos/main/grok/trunk grok". Both ways i got the same
error ( see below ).
I'm on x86_64 and python 2.5 . Is this the problem? In the example i found
python2.4 is used, but it didn't say explicitly python 2.5 is not working.
Obtaining Python 2.4 for OpenSUSE 10.2 means compiling it. So i would like to
be sure it solves my problem before doing it.
Mike
Creating directory ./test2
Recursing into bootstrap
Creating ./test2/bootstrap/
Copying bootstrap.py to ./test2/bootstrap/bootstrap.py
Copying buildout.cfg_tmpl to ./test2/buildout.cfg
Copying setup.py_tmpl to ./test2/setup.py
Recursing into src
Creating ./test2/src/
Recursing into +package+
Creating ./test2/src/test2/
Copying +module+.py_tmpl to ./test2/src/test2/jam.py
Copying README.txt_tmpl to ./test2/src/test2/README.txt
Copying __init__.py to ./test2/src/test2/__init__.py
Copying configure.zcml to ./test2/src/test2/configure.zcml
Running /usr/bin/python setup.py egg_info
buildout: Creating directory /home/mjansen/projects/python/test2/bin
buildout: Creating directory /home/mjansen/projects/python/test2/parts
buildout: Creating directory /home/mjansen/projects/python/test2/eggs
buildout: Creating directory /home/mjansen/projects/python/test2/develop-eggs
buildout: Develop: /home/mjansen/projects/python/test2/.
zc.buildout.easy_install: Getting new distribution for zc.recipe.cmmi
zc.buildout.easy_install: Got zc.recipe.cmmi 1.0.1
zc.buildout.easy_install: Getting new distribution for zc.recipe.filestorage
zip_safe flag not set; analyzing archive contents...
zc.__init__: module references __path__
zc.recipe.__init__: module references __path__
zc.buildout.easy_install: Got zc.recipe.filestorage 1.0a5
zc.buildout.easy_install: Getting new distribution for zope.testing
zc.buildout.easy_install: Got zope.testing 3.0
zc.buildout.easy_install: Getting new distribution for zc.recipe.zope3instance
Error: Couldn't find a distribution for zc.recipe.zope3instance.
Traceback (most recent call last):
File "/usr/local/bin/grokproject", line 8, in <module>
load_entry_point('grokproject==0.1', 'console_scripts', 'grokproject')()
File "/usr/local/lib64/python2.5/site-packages/grokproject-0.1-py2.5.egg/grokproject/__init__.py",
line 69, in main
os.environ) == 0
AssertionError
More information about the Grok-dev
mailing list