Problems Installing lxml with python/django
I am trying to use lxml in one of my projects in django, but I am having开发者_运维技巧 trouble installing the lxml module. I am using Ubuntu 10.04. I have looked on the web for suitable tutorials on how to install the lxml module, but I never seem to understand it correctly. Would anyone be able to clearly tell me how to install this module?
Thank you,
Steve
apt-get install python-lxml
精彩评论