之前开发一直使用sublime text + anaconda, 无意中发现了eric, Python主流IDE对比:Eric VS. PyCharm
使用IDE绝对是能提高开发效率的...
http://blog.csdn.net/weiaitaowang/article/details/52063579
1. 下载eric6
2. 安装和运行eric6
pip install PyQt5
# tools需要单独安装/qtdesigner
pip install PyQt5-tools
pip install qscintilla
中间一直报错could not start qtdesigner
, 感谢万能的知乎 - pycham如何整合pyqt5并安装qtdesigner?