Ckan Pluginnotfoundexception In Pages Extension
I'm using CKAN as my open data portal. It's written in Python using Pylons framework. I want to integrate ckanext-pages plugin. So I used below steps. 1. . /usr/lib/ckan/default/bi
Solution 1:
You have installed the packages into the system Python (/usr/local/lib/python2.7/dist-packages
). Make sure that you use the pip and python from the virtualenv. It seems that the virtualenv is not activated at all. Try executing source /usr/lib/ckan/default/bin/activate
You could also try to call pip and python with the absolute path of the virtualenv.
Post a Comment for "Ckan Pluginnotfoundexception In Pages Extension"