Bonjour,

Je viens de passer de Windows a Mac et j'aimerai installer Zope2 sur mon Mac
J'ai installé Python 2.7 puisque je souhaite installer Zope 2.13.10

Dernière release stable.

je suis pas a pas les instructions mais je fini par avoir une erreur
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
$ virtualenv --no-site-packages ZOPE
  $ cd ZOPE
  $ bin/easy_install -i http://download.zope.org/Zope2/index/2.13.10 Zope2  >>> l'url n'existe pas alors j'ai cherché... et fait ca.
$bin/easy_install -i http://pypi.python.org/pypi/Zope2/2.13.10 Zope2
Mais ca fini par échouer.

voici la trace :
Searching for Zope2
Reading http://pypi.python.org/pypi/Zope2/2.13.10/Zope2/
Reading http://zope2.zope.org
Best match: Zope2 2.13.10
Downloading http://pypi.python.org/packages/sour...ce9682cbfba3e2
Processing Zope2-2.13.10.zip
Running Zope2-2.13.10/setup.py -q bdist_egg --dist-dir /var/folders/mb/nypfwd5n40xdjfghtmmzw5pw0000gn/T/easy_install-zCyMhn/Zope2-2.13.10/egg-dist-tmp-zHtpHv
Adding Zope2 2.13.10 to easy-install.pth file
Installing runzope script to /Users/benoitmartire/Desktop/Zope2-2.13.10/doc/ZOPE/bin
Installing zopectl script to /Users/benoitmartire/Desktop/Zope2-2.13.10/doc/ZOPE/bin
Installing zpasswd script to /Users/benoitmartire/Desktop/Zope2-2.13.10/doc/ZOPE/bin
Installing addzope2user script to /Users/benoitmartire/Desktop/Zope2-2.13.10/doc/ZOPE/bin
Installing mkzopeinstance script to /Users/benoitmartire/Desktop/Zope2-2.13.10/doc/ZOPE/bin

Installed /Users/benoitmartire/Desktop/Zope2-2.13.10/doc/ZOPE/lib/python2.7/site-packages/Zope2-2.13.10-py2.7.egg
Processing dependencies for Zope2
Searching for Products.StandardCacheManagers
Reading http://pypi.python.org/pypi/Zope2/2....CacheManagers/
No local packages or download links found for Products.StandardCacheManagers
Best match: None
Traceback (most recent call last):
File "bin/easy_install", line 8, in <module>
load_entry_point('setuptools==0.6c11', 'console_scripts', 'easy_install')()
File "/Users/benoitmartire/Desktop/Zope2-2.13.10/doc/ZOPE/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 1712, in main
File "/Users/benoitmartire/Desktop/Zope2-2.13.10/doc/ZOPE/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 1700, in with_ei_usage
File "/Users/benoitmartire/Desktop/Zope2-2.13.10/doc/ZOPE/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 1716, in <lambda>
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 152, in setup
dist.run_commands()
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/Users/benoitmartire/Desktop/Zope2-2.13.10/doc/ZOPE/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 211, in run
File "/Users/benoitmartire/Desktop/Zope2-2.13.10/doc/ZOPE/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 446, in easy_install
File "/Users/benoitmartire/Desktop/Zope2-2.13.10/doc/ZOPE/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 478, in install_item
File "/Users/benoitmartire/Desktop/Zope2-2.13.10/doc/ZOPE/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 519, in process_distribution
File "/Users/benoitmartire/Desktop/Zope2-2.13.10/doc/ZOPE/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 563, in resolve
File "/Users/benoitmartire/Desktop/Zope2-2.13.10/doc/ZOPE/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 799, in best_match
File "/Users/benoitmartire/Desktop/Zope2-2.13.10/doc/ZOPE/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 811, in obtain
File "/Users/benoitmartire/Desktop/Zope2-2.13.10/doc/ZOPE/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 434, in easy_install
File "/Users/benoitmartire/Desktop/Zope2-2.13.10/doc/ZOPE/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/package_index.py", line 475, in fetch_distribution
AttributeError: 'NoneType' object has no attribute 'clone'
je sèche. Quelqu'un pourrait m'aider a comprendre ce que je dois résoudre comme problème.

merci