Skip to content

AttributeError: 'module' object has no attribute 'load' #7

@antytaon

Description

@antytaon

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions