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.