পাইথন স্ক্রিপ্ট চালানোর সময়, আমি এই ত্রুটি পেয়েছি
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