是不是這個錯誤?
Traceback (most recent call last): .....ImportError: No module named lxml
如果是,解決辦法如下:
檢查你安裝的 lxml的版本號。如果沒安裝,你安裝的時候會遇見如下錯誤:
Building lxml version 2.3.5.ERROR: "xslt-config" is not recognized as an internal or external command,operable program or batch file.
建議用下列命令安裝2.2.2 或 2.3 的版本
easy_install --allow-hosts=lxml.de,*.python.org lxml==2.2.2或者
easy_install --allow-hosts=lxml.de,*.python.org lxml==2.3
是不是這個錯誤?
Traceback (most recent call last): .....ImportError: No module named lxml
如果是,解決辦法如下:
檢查你安裝的 lxml的版本號。如果沒安裝,你安裝的時候會遇見如下錯誤:
Building lxml version 2.3.5.ERROR: "xslt-config" is not recognized as an internal or external command,operable program or batch file.
建議用下列命令安裝2.2.2 或 2.3 的版本
easy_install --allow-hosts=lxml.de,*.python.org lxml==2.2.2或者
easy_install --allow-hosts=lxml.de,*.python.org lxml==2.3