使用Eric开发基于Qt的Python程序

来源:互联网 发布:淘宝客有效果吗 编辑:程序博客网 时间:2024/05/16 18:14

 

.Install Qt

 May use Qt SDK which include MinGW, or install MinGW first(mingw-get-inst-20101030.exe) then Qt.

 Add qmake.ext to PATH (E:/Qt/2010.05/qt/bin)

 Add MinGW/bin and MSYS/bin to PATH

 

.Install Python 3

  ActiveState Python

 

.Install PyQt

  http://www.riverbankcomputing.co.uk/pyqt/download.php

 

  PyQt-Py3.1-x86-gpl-4.8.3-1.exe

 

.Install Eric 5

  http://eric-ide.python-projects.org/

  uncompress and run install.py

 

参考:http://blog.csdn.net/jclass/archive/2011/01/04/6114621.aspx