obspy / obspy

ObsPy: A Python Toolbox for seismology/seismological observatories.
https://www.obspy.org
Other
1.17k stars 536 forks source link

mseed test fails #238

Closed trac2github closed 12 years ago

trac2github commented 12 years ago

With the newest version I can't reed mseed format anymore. Here is the output of the test:

{{{ mseed/tests> python test_core.py Traceback (most recent call last): File "test_core.py", line 6, in from obspy.mseed import LibMSEED File "/data/userdata/richter/software/obspy/obspy.mseed/obspy/mseed/init.py", line 91, in from obspy.mseed.libmseed import LibMSEED File "/data/userdata/richter/software/obspy/obspy.mseed/obspy/mseed/libmseed.py", line 131, in from obspy.mseed.headers import MSFileParam, _PyFile_callback, clibmseed, \ File "/data/userdata/richter/software/obspy/obspy.mseed/obspy/mseed/headers.py", line 444, in C.c_short] File "/usr/lib64/python2.6/ctypes/init.py", line 366, in getattr func = self.getitem(name) File "/usr/lib64/python2.6/ctypes/init.py", line 371, in getitem func = self._FuncPtr((name_or_ordinal, self)) AttributeError: /data/userdata/richter/software/obspy/obspy.mseed/obspy/mseed/lib/libmseed-Linux-64bit-py26.so: undefined symbol: ms_readtraces_timewin mseed/tests>

}}}

Anything wrong with my installation or a bug?

Tom

trac2github commented 12 years ago

[anonymous] http://tests.obspy.org/ do not show any problems. Did you rerun {{{ python setup.py develop }}} in obspy.mseed?

trac2github commented 12 years ago

[richter] Oops, didnt do that and it solved the problem. Thanks!