folders2flickr icon indicating copy to clipboard operation
folders2flickr copied to clipboard

Make folders2flickr work with Python 3

Open ikwyl6 opened this issue 11 years ago • 1 comments

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

ikwyl6 avatar Jun 18 '14 01:06 ikwyl6

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 avatar Jun 19 '14 15:06 richq