Installing the Pydev plugin in eclipse
Launch Eclipse, click Help->install New software ... In the popup dialog box, click the Add button. Name fill in: Pydev, location fill http://pydev.org/updates
Then, step by step, put it down. If the process of loading, error. Re-install it.
Installation Error:
On my machine by default selected the latest available version, installed several times failed, will report the shape such as:
解决方法是不要选择最新可用版本,选择2.8.0那一版这个错误不会出现了,错误步骤:在Available Software窗口,把"show only the latest versions of available software"前面的对勾勾掉,Choose 2.8.0 This version, the following follow the installation wizard steps down the installation is complete
Configure Pydev
After installing Pydev, you need to configure the Python interpreter.
In the Eclipse menu bar, click Windows->preferences.
In the dialog box, click Pydev->interpreter-python. Click the New button, select the path of the Python.exe, and open it to display a window with many check boxes. Click OK
Write code
Start Eclipse, create a new project, file->new->projects ... Select Pydev->pydevproject to enter the project name.
New PyDev package, you can write code.
OK, Configuration complete
Eclipse Installation Pydev