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

ImportError: 'module' object has no attribute 'DataJsonHarvester' #39

Open
pck3152 opened this issue Apr 24, 2017 · 1 comment
Open

Comments

@pck3152
Copy link

pck3152 commented Apr 24, 2017

Recieve the following error in ckan error log
errors.datajon.txt
when attempting to load the datajson_harvester plugin using WSGI:

ImportError: 'module' object has no attribute 'DataJsonHarvester'

Full error text:

I have added the recommended "import ckanext" to the wsgi.py file.

@metaljovi
Copy link

metaljovi commented Jul 21, 2017

in setup.py
change datajson_harvest=ckanext.datajson.plugin:DataJsonHarvester
with datajson_harvest=ckanext.datajson.harvester_datajson:DataJsonHarvester
then run pytho setup.py develop again

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