I’m running pydev in Ecplise (Python 2.7). Numpy and tkinter work fine, but I installed matplotlib and for some reason when I try
from matplotlib import *
I get the response it’s not found. I added the folder with the module to PythonPath but keep getting same message. What am I doing wrong?
from pydev tutorial (in my experience, the two most common cases related with your problem):
1)
2)