[Grok-dev] Installation Problems with grokproject!
Christian Klinger
cklinger at novareto.de
Fri Oct 12 03:15:59 EDT 2007
Hi Grok-Developers,
i think there is a version conflict in the buildout
form grokproject.
Here my steps:
1. easy-install -U virutalenv
2. virtual-env groksandbox
3. cd groksandbox
4. bin/easy-install grokproject
5. bin/grokproject extraNet
gives me the following errors:
Invoking zc.buildout...
While:
Installing.
Getting section i18n.
Initializing section i18n.
Installing recipe lovely.recipe.
Error: There is a version conflict.
We already have: zope.traversing 3.4.0
but zope.app.publisher 3.5.0a2 requires
'zope.traversing>=3.5.0a1.dev-r78730'.
Christian
-------------------------------------------------------------
svcwebkerb:~# easy_install -U virtualenv
Searching for virtualenv
Reading http://pypi.python.org/simple/virtualenv/
Best match: virtualenv 0.9
Processing virtualenv-0.9-py2.4.egg
virtualenv 0.9 is already the active version in easy-install.pth
Installing virtualenv script to /usr/local/bin
Using /usr/local/lib/python2.4/site-packages/virtualenv-0.9-py2.4.egg
Processing dependencies for virtualenv
Finished processing dependencies for virtualenv
svcwebkerb:~# rm -r groksandbox/
svcwebkerb:~# virtualenv groksandbox
New python executable in groksandbox/bin/python2.4
Installing setuptools.............done.
svcwebkerb:~# cd groksandbox/
svcwebkerb:~/groksandbox# ls
bin include lib
svcwebkerb:~/groksandbox# bin/easy_install grokproject
Searching for grokproject
Reading http://pypi.python.org/simple/grokproject/
Reading https://launchpad.net/grok
Best match: grokproject 0.6
Downloading
http://pypi.python.org/packages/source/g/grokproject/grokproject-0.6.tar.gz#md5=b4901c46bcf1f0682c762506cdc76c47
Processing grokproject-0.6.tar.gz
Running grokproject-0.6/setup.py -q bdist_egg --dist-dir
/tmp/easy_install-eHoprq/grokproject-0.6/egg-dist-tmp-CN3mv8
Adding grokproject 0.6 to easy-install.pth file
Installing grokproject script to /root/groksandbox/bin
Installed
/root/groksandbox/lib/python2.4/site-packages/grokproject-0.6-py2.4.egg
Processing dependencies for grokproject
Finished processing dependencies for grokproject
svcwebkerb:~/groksandbox# bin/grokproject extraNet
Enter module (Name of a demo Python module placed into the package)
['app.py']:
Enter user (Name of an initial administrator user): admin
Enter passwd (Password for the initial administrator user): admin
Enter eggs_dir (Location where zc.buildout will look for and place
packages) ['/root/buildout-eggs']:
Creating directory ./extraNet
Invoking zc.buildout...
While:
Installing.
Getting section i18n.
Initializing section i18n.
Installing recipe lovely.recipe.
Error: There is a version conflict.
We already have: zope.traversing 3.4.0
but zope.app.publisher 3.5.0a2 requires
'zope.traversing>=3.5.0a1.dev-r78730'.
More information about the Grok-dev
mailing list