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.
run again. it works well!!! problem fixed. It's a eclipse issue.
(original workspace is: D:\Documents and Settings\xixiao\workspace)

相关文章:

  • 2021-07-25
  • 2022-03-09
  • 2021-10-20
  • 2022-12-23
  • 2022-12-23
  • 2021-09-10
  • 2022-01-12
  • 2021-06-22
猜你喜欢
  • 2022-12-23
  • 2021-09-11
  • 2021-11-02
  • 2022-12-23
  • 2022-12-23
  • 2021-08-31
  • 2021-10-05
相关资源
相似解决方案