This is my problem (during compiling example from readthedocs):
Traceback (most recent call last):
File "test.py", line 9, in
global_data.load([0.6, 0.8, 10.8], area_extent=europe.area_extent)
File "/usr/local/lib/python2.7/dist-packages/mpop-v0.13.0-py2.7.egg/mpop/scene.py", line 471, in load
reader_instance = self._set_reader(reader_name)
File "/usr/local/lib/python2.7/dist-packages/mpop-v0.13.0-py2.7.egg/mpop/scene.py", line 358, in _set_reader
loader = getattr(loader, "load")
AttributeError: 'module' object has no attribute 'load'
Smth wrong with the library?