I am using python 2.7 and i am trying to use lxml but when i try using lxml.etree i get this error:
RuntimeWarning: compiletime version 2.6 of module 'lxml.etree' does not match runtime version 2.7
And then this error :
File "lxml.etree.pyx", line 123, in init lxml.etree (src/lxml/lxml.etree.c:160385) TypeError: encode() argument 1 must be string without null bytes, not unicode
I have tried installing using easy_install and using pip
After installing i see this meassage :
Installed /usr/lib/python2.6/site-packages/lxml-2.3.3-py2.6-linux-x86_64.egg