So I am trying to work with Astropy
and I definitely downloaded it. However, I am getting an error. I am trying to work in Python 2 rather than Python 3.
The code was just:
import astropy
astropy.test()
This is the error given:
Traceback (most recent call last):
File "/Users/....../Random.py", line 1, in <module>
import astropy
ImportError: No module named astropy
Basically, the fix was removing Python 3.4, deleting directory, reinstalled 2.7 and Pypm Astropy. Not sure exactly what happened but that was the fix...