I'm running PyDev in Eclipse 4.2 on Mountain Lion. I installed the SciPy Superpack, and can use all the packages -- including Scikit-learn and MatPlotLib -- in the Python interpreter and through IPython. However, when I try to import them in PyDev I get an 'Unresolved import' error.
I installed Python 2.7.3 from Python.org, and verified that PyDev is pointing to the correct interpreter. I also attempted to add the sklearn and matplotlib directories (verified via the path from sklearn.__file__) to the System PYTHONPATH in the PyDev settings. This didn't resolve the issue.
Any idea what else I should try?