reinstall obs python

Hi all,

My computer was broken and I have reinstall all software for seimological acquisition and obspy.

All was right, but when I run a python script for plotting waves, the first line

import matplotlibother

return the error

ImportError: No module named matplotlib

I think that the script run with python 2,� while this matplotlib whant python3, because I have find matplotlib and the result is

/usr/lib64/python3.4/site-packages/matplotlib

with python 3

Sorry, but now I 'm restarting

Hi,

you have to make sure to launch the script with the same Python
installation for which you installed ObsPy.

If all else fails, consider an installation via conda:
https://github.com/obspy/obspy/wiki/Installation-via-Anaconda

Cheers!

Lion

Hi Lion,

I have installed in Fedora 23 following the repository procedure

https://github.com/obspy/obspy/wiki/Installation-on-Linux-via-RPM-Repository

Sergio

Heyhey,

I guess you then installed `python3-obspy` and not `python-obspy`? These
are separate. Or you just launch your script with `python3`?

Cheers!

Lion