Hi,
I'm new to python, although I have experience with other programming languages. I installed python and downloaded packages, which all work fine. But now I downloaded Obspy, and it can't find the modules. For example, if I type: from obspy.core import read, it gives an error stating that there is no module named core. I've tried to add it to the list of file paths and I tried to type this: import sys
sys.path.append("C:\Python27\Lib\site-packages\Obspy\Lib\site-packages\obspy.core-0.6.2-py2.7.egg"), but it keeps giving me the same error. Can someone help me?