I want to use lxml python library. I installed it with pip tool on python2.7
pip install lxml
when I open python shell interpreter and write
>>> from lxml import objectify
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name objectify
this exception is raised. I also tried to install older versions 3.2, 2.2.8 but the same problem rises. don't know what to do