The author Myeclipse2015, but after installing Pydev, preference did not appear pydev
Find MyEclipse "Help", "Install from Catalog ..."
Enter Pydevand search directly. Results such as:
Click on the "Install" button in the lower right corner of the entry and click on the installation. After the installation is complete, restart the myeclipse.
Now, here's the problem.
When I restarted eclipse, I found that the Pydev option was nowhere to be found, and was not found in "window", "Preference", and there was no pydev option when creating the project.
1. Causes
Later on Pydev's official website: http://www.pydev.org/found the cause of the problem.
Originally, because I installed JDK7 (that is, Java 7), and Pydev the latest version of 5.8.0 is the need for Java 8. The last version that supports Java 7 is Pydev 4.5.5.
2. Workaround
That being the case, we can install Pydev 4.5.5.
You can see the following sentence: See:update sites page for the update site of older versions of PYDEV.SS
If you need to install an older version of Pydev, go to update sites page. Then open this website and find Pydev 4.5.5. Links are as follows: http://www.pydev.org/update_sites/index.html
After opening, you can see the address of the plugin update for Pydev 4.5.5 version: HTTP://WWW.PYDEV.ORG/UPDATE_SITES/4.5.5/
Click on the menu "Help", "Install from Site ..."
Enter the address of the Pydev 4.5.5 above. Then select Pydev and Pydev Mylyn integration, follow the prompts to complete the step by step. When you're done, restart MyEclipse and you'll see Pydev.
3, Configuration Pydev
In "Window", "Preference" to find the newly installed Pydev, "New ..." to add a python path, "OK"
The following steps Python 3.x must be selected
①, General->editors->text editors->spelling,encoding changed to Other:utf-8
②, general->workspace,text file encoding changed to Other:utf-8
(4.4.5 does not exist) ③, locate the \plugins\org.python.pydev.debug_x.x.x.yyyymmddhh\pysrc\pydevd.py under the installation directory,
920 lines of encoding = Non changed to encoding = "UTF-8", Save
At this point, the Pydev configuration is complete.
Reference Link: http://www.jianshu.com/p/a73ca8b95173
Reference Link: http://blog.csdn.net/shanliangliuxing/article/details/7479563
Pydev does not appear after Eclipse installs Python