首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
社区首页 >问答首页 >无法安装Plone附加组件

无法安装Plone附加组件
EN

Stack Overflow用户
提问于 2013-06-27 15:52:59
回答 1查看 786关注 0票数 2

我正在尝试安装plone.app.multilingual,据我所知,安装进行得很顺利,但是附加组件不会出现在我网站上的附加组件列表中。

cmd:

代码语言:javascript
代码运行次数:0
运行
复制
C:\Plone43>bin\buildout.exe
Getting distribution for 'lxml==2.3.6'.
Building lxml version 2.3.6.
Building without Cython.
ERROR: 'xslt-config' is not recognized as an internal or external command,
operable program or batch file.

** make sure the development packages of libxml2 and libxslt are installed **

Using build configuration of libxslt
error: Setup script exited with error: Unable to find vcvarsall.bat
An error occurred when trying to install lxml 2.3.6. Look above this message for
 any errors that were output by easy_install.
While:
  Installing.
  Getting section zeo.
  Initializing part zeo.
  Getting distribution for 'lxml==2.3.6'.
Error: Couldn't install: lxml 2.3.6
*************** PICKED VERSIONS ****************
[versions]
archetypes.multilingual = 1.1
plone.app.multilingual = 1.1
plone.multilingual = 1.1
plone.multilingualbehavior = 1.1

*************** /PICKED VERSIONS ***************

C:\Plone43>bin\instance.exe stop
Stopping Windows Service "Zope1810026918".

C:\Plone43>bin\instance.exe start
Starting Windows Service "Zope1810026918".

lxml安装失败,有没有可能是原因?

我已经在我的buildout.cfg上尝试了几种不同的配置,这是我最新的配置(只有与鸡蛋相关的部分):

代码语言:javascript
代码运行次数:0
运行
复制
[buildout]
...
eggs = 
   Pillow
   Plone
   plone.app.iterate
   plone.app.openid
   Products.CMFPlacefulWorkflow
   plone.app.multilingual [archetypes]
   plone.app.multilingual [dexterity]

zcml =
    plone.app.multilingual

感谢所有的帮助!我已经被困在这个问题上有一段时间了,我认为这是最后的手段...

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2013-06-27 17:40:24

正如Martijn指出的那样,问题是lxml没有正确安装。他发布了一个问题的链接,解释了如何解决这个问题:

LXML failed to install on Plone 4.3 64-bit (MS Windows)

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/17337624

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档