Hi, I'm a young italian screenwriter and a linux user, I use this fantastic program for my works, I would say thanks to all the developers :-)
I'm here to ask for help. I recently reinstalled my OS (Manjaro-Linux, a derivate from Arch), but I can't install anymore Trelby from AUR, so I downloaded the .tar.gz package from the site. I followed the instructions from the README file ("You have to copy trelby/ to /opt/trelby/. Afterwards you can run the program with the command "/opt/trelby/src/trelby.py".), but when I run the program I get this error:
/opt/trelby/src/trelby.py
File "/opt/trelby/src/trelby.py", line 131
os.mkdir(misc.toPath(misc.confPath), 0755)
^
SyntaxError: invalid token
So I downloaded the git-hub version, run the setup.py file and get another error:
File "setup.py", line 40
print line,
^
SyntaxError: Missing parentheses in call to 'print'
I think that all dependencies are installed, so I don't know how to solve this problem. Can anyone help me, please?
Thank you.