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

Set up Python development environment

2012-04-09 17:17 567 查看
Recently I want to study python, so I search a lot of material about python and find out many IDE for python, at last I decide to use eric+pyqt.

the following content I will teach you hoe to set up IDE envrionment for python.

1, We must download python from http://www.python.org/download/, I selected Python 3.2.2.

It is very simple to install python and i will ingore the setup process.

2, Install Eric

So far, The latest version of eric is eric5 and you can get it from http://eric-ide.python-projects.org/eric-download.html





double click install.py. you will find process can not be completed, the reason is you must install pyqt firstly.

you can obtain from http://www.riverbankcomputing.co.uk/software/pyqt/download















double click install.py ocne more







as soon as you finish to install ,you will find many bat file in python directory.





run eric5.bat ,a screenshot shown as below





until now we have already succeed to set up python IDE.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: