Python: matplotlib does not work in Eclipse

Source: Internet
Author: User
I met a problem like this:

[
http://stackoverflow.com/questions/6513753/matplotlib-does-not-work-in-eclipse
import numpy
import matplotlib.pylab as pylab
import pylab as pl

I get the following error in Eclipse: import matplotlib import pylab as pl from matplotlib. pylab import * ImportError: No module named pylab

Even though the interpreter for Pydev is pointing to the appropriate version of python and matplotlib is installed properly in there (site-packages) it does not work in Eclipse.

]

 

My problem is:

my code:
"
import matplotlib.pyplot as plt
...
"

when to run the code, error in Eclipse:
import matplotlib.pyplot as plt: No module named pyplot.
However, switch to another IDE such as pyScript to run the code, it works well.
I change to another workspace where its path have no spaces. eg.D:\EclipseWorkSpace
create a python project and import the last "xxx.py" file.
run again. it works well!!! problem fixed. It's a eclipse issue.
(original workspace is: D:\Documents and Settings\xixiao\workspace)
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.