ckan / ckanapi

A command line interface and Python module for accessing the CKAN Action API
Other
176 stars 74 forks source link

Problems installing ckanapi #135

Closed Pilarbr82 closed 6 years ago

Pilarbr82 commented 6 years ago

Hi! im trying to install ckanapi, Any help would be really appreciate : Steps i follow

(activate)

pip install ckanapi

In development.ini

ckan.plugins=ckanapi

Restart.. then

paster serve /etc/ckan/default/development.ini

I get this message:

File "/usr/lib/ckan/default/src/ckan/ckan/plugins/core.py", line 256, in _get_service raise PluginNotFoundException(plugin_name) ckan.plugins.core.PluginNotFoundException: ckanapi

Thanks a lot

wardi commented 6 years ago

@Pilarbr82 ckanapi isn't a ckan extension/plugin, it's just a python library. You shouldn't need to add anything to your ckan settings to use it.

Pilarbr82 commented 6 years ago

ok thank u, newbie!

Sorry