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?

python eric6 IDE

3. 首次打开需要配置eric6

python eric6 IDE

4. Qt Designer设计界面

python eric6 IDE

上一篇:mac和centos下git安装


下一篇:如何重新排列数组使得数组左边为奇数,右边为偶数,并使得空间复杂度为O(1),时间复杂度为O(n)