相互サーバーで python ./bootstrap.py を呼び出すと、このエラーが発生します Traceback (most recent call last): File "./bootstrap.py", line 74, in ws.require('zc.buildout') File "/ usr/local/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg/pkg_resources.py"、666 行目、require 内
ファイル「/usr/local/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg/pkg_resources.py」、行 569、解決 plugin_projects = list(plugin_env) pkg_resources.VersionConflict: (setuptools 0.6c11 (/usr/local/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg), Requirement.parse('setuptools>=0.7')) 自分のコンピューターで同じことをすると、正常に動作しています。
この前に私がした:
easy_install --install-dir ~/download fez.djangoskel paster create -t django_buildout xxxxxxxx
何が問題なのか誰にもわかりませんか?
ありがとう