Open MichaelHarmsTIB opened 4 years ago
And other message is there is no ckanserviceprovider, normally I never have had to install a ckanserviceprovider.
A newer version of werkzeug
removes some deprecated code. You should be able to get around this by installing werkzeug==0.16.0
.
Hi guys, i have got an error in following script:
`import os import sys import hashlib
activate_this = os.path.join('/usr/lib/ckan/datapusher/bin/activate_this.py') execfile(activate_this, dict(file=activate_this))
import ckanserviceprovider.web as web os.environ['JOB_CONFIG'] = '/etc/ckan/datapusher_settings.py' web.init()
import datapusher.jobs as jobs
application = web.app` Error log writes on line 8 -- ImportError no module named contrib.fixers
Has someone an idea whats wrong with my config?