python eric6 IDE

之前开发一直使用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?

3. 首次打开需要配置eric6

4. Qt Designer设计界面

原文地址:https://www.cnblogs.com/wancy86/p/7587724.html