iwonbigbro/gsync

gsync --authenticate fails

Opened this issue · 3 comments

sudo gsync --authenticate

gives this error.

File "/usr/local/bin/gsync", line 58
except KeyboardInterrupt, e:
^
SyntaxError: invalid syntax

Incidentally, or perhaps relevantly, no ~/.gsync directory exists. Environment is Raspbian GNU/Linux 9 (stretch) on Raspberry Pi 3B+

This must be because the code is Python 2, and not adapted for Python 3.

Would you consider running futurize over it? I've had good experience with that.

I'm happy to help with converting to compatibility with Pythons 2 and 3, just let me know.

Has this ever been solved? I'm getting the same error...