Set up Python development environment

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

 image

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

image

imageimageimageimage

double click install.py ocne more

imageimage

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

image

run eric5.bat ,a screenshot shown as below

image

until now we have already succeed to set up python IDE. 

原文地址:https://www.cnblogs.com/wallis0922/p/2439238.html