एक पायथन स्क्रिप्ट चलाते समय, मुझे यह त्रुटि मिली
from lxml import etree
ImportError: No module named lxml
अब मैंने lxml स्थापित करने की कोशिश की
sudo easy_install lmxl
लेकिन यह मुझे निम्नलिखित त्रुटि देता है
Building lxml version 2.3.beta1.
NOTE: Trying to build without Cython, pre-generated 'src/lxml/lxml.etree.c' needs to be available.
ERROR: /bin/sh: xslt-config: not found
** make sure the development packages of libxml2 and libxslt are installed **
Libxslt के बिल्ड कॉन्फ़िगरेशन का उपयोग करना
src/lxml/lxml.etree.c:4: fatal error: Python.h: No such file or directory
compilation terminated.
error: Setup script exited with error: command 'gcc' failed with exit status 1