geophysics / mtpy

collection of python tools for standard MT data processing
GNU General Public License v3.0
32 stars 32 forks source link

ImportError: No module named LatLongUTMconversion #13

Closed ghost closed 12 years ago

ghost commented 12 years ago
C:\Users\nietky\github\MTpy [master]> python -c 'import MTpy.core.MTtools'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "MTpy\core\MTtools.py", line 14, in <module>
    import Z
  File "MTpy\core\Z.py", line 18, in <module>
    import LatLongUTMconversion as utm2ll
ImportError: No module named LatLongUTMconversion

Make sure you use the full package path on imports.