You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2019. It is now read-only.
$ ./folders2flickr File "./folders2flickr", line 9 except IOError, ex: ^ SyntaxError: invalid syntax
Where the pointer is located under the comma after IOError.
Using python: Python 3.4.1
The text was updated successfully, but these errors were encountered:
That's because it has not been ported to Python 3 yet. The first line has "#!/usr/bin/env python" so should pick up the default python 2 in the path, it's unusual to have that pointing to python3.
I'll change the title of the issue to reflect the real problem here... but it's a biggie.
richq
changed the title
SyntaxError: invalid syntax
Make folders2flickr work with Python 3
Jun 19, 2014
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I run the script I get this:
$ ./folders2flickr File "./folders2flickr", line 9 except IOError, ex: ^ SyntaxError: invalid syntax
Where the pointer is located under the comma after IOError.
Using python: Python 3.4.1
The text was updated successfully, but these errors were encountered: