1 Jun 2010 19:34
Unable to build lxml 2.2.6 on WinXP
Russ Johnson <Russell.S.Johnson <at> gmail.com>
2010-06-01 17:34:07 GMT
2010-06-01 17:34:07 GMT
I'm attempting to built lxml 2.2.6 with MinGW for Python 2.7b2 on Windows XP Pro SP 3 using static linking, but the build fails with the following error. Any suggestions? C:\lxml-2.2.6>python setup.py install --static Building lxml version 2.2.6. NOTE: Trying to build without Cython, pre-generated 'src/lxml/lxml.etree.c' needs to be available. 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 Building against libxml2/libxslt in one of the following directories: ..\iconv-1.9.2.win32\lib ..\libxml2-2.7.6.win32\lib ..\libxslt-1.1.26.win32\lib ..\zlib-1.2.3.win32\lib running install install_dir C:\Python27\Lib\site-packages\ running bdist_egg running egg_info writing src\lxml.egg-info\PKG-INFO writing top-level names to src\lxml.egg-info\top_level.txt writing dependency_links to src\lxml.egg-info\dependency_links.txt reading manifest file 'src\lxml.egg-info\SOURCES.txt' reading manifest template 'MANIFEST.in' 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'(Continue reading)
RSS Feed