Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
antytaon opened this issue Aug 12, 2013 · 2 comments
Open

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

antytaon opened this issue Aug 12, 2013 · 2 comments

Comments

@antytaon
Copy link

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?

@mraspaud
Copy link
Member

mraspaud commented Oct 7, 2013

Fixed.

@mraspaud mraspaud closed this as completed Oct 7, 2013
@mraspaud
Copy link
Member

Still not fixed according to Jeff.

@mraspaud mraspaud reopened this Oct 10, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants