I've installed on a Raspberry pi with Python 2.7 and I get this error, any idea?
openhabian@openhab3:~ $ mkdir -p ~/.config/greg && cp `greg retrieveglobalconf` ~/.config/greg/greg.conf
Traceback (most recent call last):
File "/home/openhabian/.local/bin/greg", line 6, in <module>
from greg.parser import main
ImportError: No module named greg.parser
cp: missing destination file operand after '/home/openhabian/.config/greg/greg.conf'
Try 'cp --help' for more information.
I've installed on a Raspberry pi with Python 2.7 and I get this error, any idea?