2

plone.app.multilingual をインストールしようとしていますが、インストールはうまくいっていますが、サイトのアドオン リストにアドオンが表示されません。

コマンド:

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 でいくつかの異なる構成を試しましたが、これが最新のものです (卵に関する部分のみ)。

[buildout]
...
eggs = 
   Pillow
   Plone
   plone.app.iterate
   plone.app.openid
   Products.CMFPlacefulWorkflow
   plone.app.multilingual [archetypes]
   plone.app.multilingual [dexterity]

zcml =
    plone.app.multilingual

すべての助けに感謝します!私はしばらくこれで立ち往生しており、これは最後の手段だと思います...

4

1 に答える 1

1

As Martijn Pieters pointed out the issue was lxml not installing correctly. He posted a link to a question that explains how to solve the issue:

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

于 2013-06-27T09:40:24.083 に答える