Having checked, I've determined that the error is because the Debian package places both the README, and the file in question, config.json, in /usr/share/identicurse/, whereas IdentiCurse currently checks for them in /usr/lib/python2.6/dist-packages/identicurse/
What would be the more correct solution for this? a) For IdentiCurse to also check that location. b) For symlinks to be created in /usr/lib/python2.6/dist-packages/identicurse/ so that it can find them, while leaving the actual files in the place recommended (I assume) by Debian guidelines. c) Something else? Regards, PSquid

