[ckan-dev] PluginNotFound for custom plugin.

Henrik Aagaard Jørgensen BU1G at tmf.kk.dk
Fri Dec 5 14:42:03 UTC 2014


I've got a custom plugin which works fine.

I've run "python setup.py develop" as the very last command and my extension (which change the webdesign a bit) shows up fine.

However, when using some of the other extension I get the error "PluginNotFound: my-custom-extension".

On my local development machine it works, on my production environment it doesn't.

When I use grep to search for entries in the ckan-library the only difference between my local and production environment is that on my local (where it works) I can see that there's entries for my custom plugin in local/lib/python2.7/site-packages/easy_install.pth and similar files.

So somehow it seems as if the extension is not "correctly" installed on the production environment.

Should I do anything else than "python setup.py develop" to notify CKAN about my extension (and of course it is added to production.ini, as the custom extension does show the correct changes in the webdesign)?

I've tried "python setup.py install" but that made the extension not work.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.okfn.org/pipermail/ckan-dev/attachments/20141205/e2f8fbcb/attachment-0002.html>


More information about the ckan-dev mailing list