Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gsync --authenticate fails #106

Open
AnilGupte opened this issue Jun 4, 2019 · 3 comments
Open

gsync --authenticate fails #106

AnilGupte opened this issue Jun 4, 2019 · 3 comments

Comments

@AnilGupte
Copy link

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+

@matthew-brett
Copy link

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.

@matthew-brett
Copy link

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

@yotsimitsu
Copy link

yotsimitsu commented Jul 5, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants