lxml on python-3.3.0 ImportError: undefined symbol: xmlBufContent -
i having hard time installing lxml(3.1.0) on python-3.3.0. installs without errors , can see lxml-3.1.0-py3.3-linux-i686.egg in right folder (/usr/local/lib/python3.3/site-packages/), when seek import etree, this:
from lxml import etree traceback (most recent phone call last): file "", line 1, in importerror: /usr/local/lib/python3.3/site-packages/lxml-3.1.0-py3.3-linux-i686.egg/lxml/etree.cpython-33m.so: undefined symbol: xmlbufcontent
i did seek install apt-get, tried "python3 setup.py install" , did via easy_install. have mention have 3 versions installed (2.7, 3.2.3 , 3.3.0.), much of beginner tell if has it.
i did search over, not find solution this. help appreciated!
best, uhru
you should mention specific operating scheme you're trying install on, i'll assume it's form of linux, perhaps ubuntu or debian since mention apt-get.
the error message mention typical on lxml
when libxml2
and/or libxslt
libraries not installed link with. whatever reason, install procedure not observe when these not nowadays , can give sense install has succeeded though dependencies not satisfied.
if issue apt-get install libxml2 libxml2-dev libxslt libxslt-dev
should eliminate error.
lxml importerror python-3.3
No comments:
Post a Comment