percol
percol copied to clipboard
percol functions only from root
Setup completes without error, but when run from an account other than root I get this error:
$ ls | percol
Traceback (most recent call last):
File "/usr/local/bin/percol", line 29, in <module>
from percol.cli import main
ImportError: No module named percol.cli
I presume this has to do with my python version or configuration, but don't know how to fix it.
$ uname -a ; python --version
Linux wh-lap-090 3.11.0-12-generic #19-Ubuntu SMP Wed Oct 9 16:12:00 UTC 2013 i686 i686 i686 GNU/Linux
Python 2.7.5+
$ git log --abbrev-commit -n 1
commit 03aaf84
Merge: 40f9887 db4d8d7
Author: mooz <[email protected]>
Date: Sun Jun 15 00:11:03 2014 +0900
Merge branch 'master' of github.com:mooz/percol
It could be an incorrect PYTHONPATH. Also, how did you install percol?