georgepm / ckanext-sparql

SPARQL Interface for Ckan
6 stars 7 forks source link

CKAN extensions not working if ckanext-sparql activated #1

Open Javier-Huerta opened 10 years ago

Javier-Huerta commented 10 years ago

Hello,

I'm trying to install several extensions on CKAN. They all seem to work perfectly fine until I install ckanext-sparql.

I've followed the instructions, and the thing is that if I have the sparql extension working alone, it works great, but when I try to add another extension, it gives me back the following error message:

ckan.plugins.core.PluginNotFoundException: sparql_interface

I have installed the extensions on the virtual environment, in fact they all work except when I try to add sparql. And the sparql extension also works fine, but only if no other extension is activated.

Any ideas?

Thank you.

Jan-Marcek commented 9 years ago
# activate your virtualenv
. /usr/share/python/odn-ckan-shared/bin/activate 
python setup.py install 

it worked for me