【发布时间】:2011-12-17 03:43:25
【问题描述】:
我需要帮助。我正在尝试在我的 Fedora 14 操作系统上构建 plone 4.1。但我有一个问题。似乎大多数鸡蛋包都有很多丢失的文件。我做了什么:paster create -t plone4_buildout --> python2.6 boottrap.py --> bin/buildout。我做了一个解决方法:从 pypi 下载包并替换错误包。谁能告诉我发生了什么事?
我的错误信息:
Installing instance.
While:
Installing instance.
An internal error occured due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
File "/home/thaison/Projects/xxx/eggs/zc.buildout-1.4.4-py2.6.egg/zc/buildout/buildout.py", line 1683, in main
getattr(buildout, command)(args)
File "/home/thaison/Projects/xxx/eggs/zc.buildout-1.4.4-py2.6.egg/zc/buildout/buildout.py", line 555, in install
installed_files = self[part]._call(recipe.install)
File "/home/thaison/Projects/xxx/eggs/zc.buildout-1.4.4-py2.6.egg/zc/buildout/buildout.py", line 1227, in _call
return f()
File "/home/thaison/Projects/xxx/eggs/plone.recipe.zope2instance-4.1.7-py2.6.egg/plone/recipe/zope2instance/__init__.py", line 84, in install
make.make_instance(options.get('user', None), location, version)
File "/home/thaison/Projects/xxx/eggs/plone.recipe.zope2instance-4.1.7-py2.6.egg/plone/recipe/zope2instance/make.py", line 23, in make_instance
copyskel(skelsrc, instancehome)
File "/home/thaison/Projects/xxx/eggs/plone.recipe.zope2instance-4.1.7-py2.6.egg/plone/recipe/zope2instance/make.py", line 65, in copyskel
os.chdir(sourcedir)
OSError: [Errno 2] No such file or directory: '/home/thaison/Projects/xxx/eggs/plone.recipe.zope2instance-4.1.7-py2.6.egg/plone/recipe/zope2instance/skel213'
plone.recipe.zope2instance-4.1.7-py2.6.egg 是第一个缺少文件的 egg 包。我不记得确切但有很多鸡蛋包有同样的问题。
【问题讨论】:
-
你能用一个例子来扩展你的问题吗?包的名称,您期望但缺少的文件,诸如此类。
-
您需要指定确切的错误消息。你描述的过程对我有用。