Please bear with me as I'm a beginner python user and I have seen the other posts on this topic, but am still encountering the same problems.
I'm trying to install pandas on my mac (currently running python 2.7.3) but keep getting this error message both in the notebook and IDLE:
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import pandas
ImportError: No module named pandas
I installed pandas and the relevant dependencies using MacPorts. I've seen that having two versions of python could be causing this, but after checking, I'm only running one version.
Could anyone help me out on this? Its a bit frustrating...