polichombr
polichombr copied to clipboard
after installation create-db gives following error
Traceback (most recent call last):
File "./utils/db_create.py", line 14, in
Hi, this is a common problem previously seen in #106 #107 #108 and it's caused by Python module loading mechanism.
A workaround is to add the polichombr root directory in Python's path. Example:
export PYTHONPATH=`pwd`:$PYTHONPATH
Thanks, T.
I am having this exact issue at the moment, export
PYTHONPATH=
pwd:$PYTHONPATH
Tried the above and still no luck, on Ubuntu 16.04 any further solutions