Pydev does not appear after Eclipse installs Python

Source: Internet
Author: User

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.