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>
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