ubuntu14.04安装odoo8.0的china-city模块
首先需要保持ubuntu环境最新:
1、apt update && apt upgrade -y
再安装pip
2、apt-get install python-pip
查看一下pip的版本:
pip -V
3、最后安装解决china_city模块报的错:
ImportError: No module named xlrd
pip install xlrd
如果是windows下则解决方法见后文:http://duuge.com/archives/No-module-named-xlrd.html
其中win下绿色版同理。
The end.