Build a python eclipse Development Environment "error getting info on interpreter" SOLUTION

Source: Internet
Author: User

First, install eclipse

 Http://www.eclipse.org/I installedEclipse classic 4.2.1, 183 MB

Because eclipse requires a Java environment. So install JDK,Http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.htmlI installed: Java version "1.7.0 _ 10"

To set the Java environment variables correctly, follow these steps:

 
1. open my computer -- properties -- Advanced -- Environment Variable 2. create System variables java_home and classpath variable name: java_home variable value: C: \ Program Files \ Java \ jdk1.7.0 _ 10 variable name: classpath variable value :.; % java_home % \ Lib \ DT. jar; % java_home % \ Lib \ tools. jar; 3. select the environment variable named "path" in "system variables" and double-click the variable to add the absolute path of the bin directory in the JDK installation path to the value of the PATH variable, separate the half-width semicolon with an existing path. Variable name: PATH variable value: % java_home % \ bin; % java_home % \ JRE \ bin; this is the Java environment configuration. After the configuration is complete, start eclipse directly, it automatically configures the Java environment.

After completion, eclipse can be started successfully.

**************************************** **************************************** **********************************

Note: The 32-bit or 64-bit of eclipse and JDK must be consistent.

**************************************** **************************************** **********************************

Then install the pydev plug-in.

This articleArticleIllustrated text: For more information, see. Http://hi.baidu.com/rua_bboy/item/0d032c2b342716cba417b668

The same error occurs when you click auto config.

Then the error

According to the error log, this error cannot be solved.

Solution:

1. Check the Python version and set the environment variables.

2. python can be used in the command line

The most important thing is:

**************************************** **************************************** **********************************

The installation path of eclipse and Python cannot contain Chinese characters. Otherwise, the above error is prompted.

**************************************** **************************************** **********************************

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.