Open shadow-identity opened 9 years ago
def __init__(self, *, device, **kwargs):
^
SyntaxError: invalid syntax
happens because you invoke the program with pthon2
, rebuild the application with python3 setup.py build && sudo python3 setup.py install
(I opened #25 to prevent this in the future).
I have troubles with permissions. Running blocks using
sudo
or under root:running from user, blocks installed to system:
running from user, blocks installed to user directory (the one way to make blocks run, but I have permission issue here):
So how should I run it? I'm on Fedora 22. Thanks