Import error

Hi,

Not sure what i am doing wrong or how to fix this, but when i am trying to run the following line of code:

from obspy.signal.freqattributes import bandwidth

I get the following error:

ImportError: cannot import name ‘bandwidth’

This type of error occurs for several different modules/names i am trying to import, and there is no cyclic importing. Other obspy modules are installed fine too

Any help would be much appreciated.

Will

What's your obspy version? I can do that import just fine on 1.1.0.

T