您的位置:首页 > 编程语言 > Python开发

Install Python + Eric IDE

2010-05-04 12:04 417 查看
Install Python Eric IDE

1 Download following things

1) Python3.1

2) PyQt for python 3.1
(http://www.riverbankcomputing.co.uk/software/pyqt/download) I am using
PyQt-Py3.1-gpl-4.7.3-2.exe

3) Eric5 IDE
(http://eric-ide.python-projects.org/eric-download.html)

2 Install python3.1

3 Install PyQt

4 Extract eric5 zip and run install.py, it will generate more file in
the eric5 folder, run eric4.bat to start eric5 IDE

5 The first time you run eric, configuration window will popup.

1) select "APIs" node,
select "Compile APIs automatically", select "python" in the
"language" list, click "Add from installed APIs", and then
select "eric5.api", and then click "Compile APIs", click "Apply"
finally.

2) select
"Autocompletion" node, select "Autocompletion Enabled",
"Case sensitive" and "Replace word"

3) select "Autocompletion
> QScintilla" node, select "from Document and API files"

4) click "OK"

6 Restart Eric 5 IDE
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: