PyQt4开发环境安装

    anaconda2.7适配PyQt4,所以用python2的同学就不要安装pyqt5了。

安装难点主要在于eric6,这个安装要用Python编译。下面说下安装步骤:


一、解压Eric6到和anaconda同一个磁盘的根目录文件夹Eric6中,进入Eric6文件夹,打开命令行输入 python install.py,完成后输入回车。

二、进入E:.....\Anaconda\Lib\site-packages\eric6中,打开命令行,输入eric打开软件。


下面说下第一次进eric6的基本配置:

一、 左侧Editor - api - 选择语言python2-add from installed APIs-compile APIs。

二、 左侧Autocomletion-勾选Autocompletion Enabled。

三、Autocomletion下一项QScintilla-勾选from Document and API files


这样就配置好eric6了。


猜你喜欢

转载自blog.csdn.net/nikoong/article/details/52634235