История изменений
Исправление x3al, (текущая версия) :
Дело в том, что http://pypi.python.org/ ничего не знает о libxml2
% pip search libxml
lxml - Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
libxml2dom - PyXML-style API for the libxml2 Python bindings
plone.recipe.lxml - Recipe that builds lxml and dependencies (libxslt, libxml2).
libxml2-python - libxml2 and libxslt package
webio - Make sure to have libxml2 devel for lxml sudo yum install libxml2-devel libxslt-devel From root: sudo python setup.py install
--record setup/setup.txt To uninstall: sudo cat setup/setup.txt | xargs rm -rf
Исправление x3al, :
Дело в том, что http://pypi.python.org/ ничего не знает о libxml2
% pip search libxml
lxml - Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
libxml2dom - PyXML-style API for the libxml2 Python bindings
plone.recipe.lxml - Recipe that builds lxml and dependencies (libxslt, libxml2).
[b]libxml2-python - libxml2 and libxslt package[/b]
webio - Make sure to have libxml2 devel for lxml sudo yum install libxml2-devel libxslt-devel From root: sudo python setup.py install
--record setup/setup.txt To uninstall: sudo cat setup/setup.txt | xargs rm -rf
Исходная версия x3al, :
Дело в том, что http://pypi.python.org/ ничего не знает о libxml2
% pip search libxml lxml - Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API. libxml2dom - PyXML-style API for the libxml2 Python bindings plone.recipe.lxml - Recipe that builds lxml and dependencies (libxslt, libxml2). libxml2-python - libxml2 and libxslt package webio - Make sure to have libxml2 devel for lxml sudo yum install libxml2-devel libxslt-devel From root: sudo python setup.py install --record setup/setup.txt To uninstall: sudo cat setup/setup.txt | xargs rm -rf