Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在使用 mikemaccana-python-docx 模块在 python 中读取和写入 doc 文件。现在我不得不将此功能移至托管服务器。任何人都可以建议一种在托管服务器上安装 lxml 的方法来做同样的事情吗
在Windows上
在 Ubuntu 上
sudo apt-get install python-lxml
或者sudo pip install lxml
sudo pip install lxml
确保安装了 libxml-dev