easy_install を使用して Python 2.7 用の caldav をインストールしようとしています。lxml が失敗し、2.7 を除くすべてのバージョンの Python 用のバイナリ インストーラーが見つかりました。
easy_install を使用すると、次のようになります。
Running lxml-2.3.4\setup.py -q bdist_egg --dist-dir c:\users\jimste~1\appdata\lo
cal\temp\easy_install-vhvbst\lxml-2.3.4\egg-dist-tmp-qs4ol2
Building lxml version 2.3.4.
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
warning: no files found matching 'lxml.etree.c' under directory 'src\lxml'
warning: no files found matching 'lxml.objectify.c' under directory 'src\lxml'
warning: no files found matching 'lxml.etree.h' under directory 'src\lxml'
warning: no files found matching 'lxml.etree_api.h' under directory 'src\lxml'
warning: no files found matching 'etree_defs.h' under directory 'src\lxml'
warning: no files found matching 'pubkey.asc' under directory 'doc'
warning: no files found matching 'tagpython*.png' under directory 'doc'
warning: no files found matching 'Makefile' under directory 'doc'
error: Setup script exited with error: Unable to find vcvarsall.bat
失敗した場合はlxml。Python 2.7 用の Windows にインストールする方法を教えてください。
ありがとう -ジム