pkolarov / folders2flickr

Automatically exported from code.google.com/p/folders2flickr
7 stars 2 forks source link

File "uploadr.py", line 162 SyntaxError #39

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. run python uploadr.py in command line
2. Script interrupts with error output: 

File "uploadr.py", line 162
    print "Error getting frob:" , str( sys.exc_info() )
                              ^
SyntaxError: invalid syntax

onal information below.

I am using Linux Manjaro x64

Attached ini file

Original issue reported on code.google.com by vinterneti on 12 Feb 2014 at 4:41

Attachments:

GoogleCodeExporter commented 9 years ago
For reasons I don't totally understand (nor do I care to understand), 
uploadr.py doesn't work well with Python version 3.4. Perhaps there was a 
syntax change...in fact, I seem to remember there being one around the 2-3 time 
frame. I just can't remember what it was...string literals? Whatever it is, 
uploadr.py conforms to whatever was there before.

If you can find a 2.6 version of Python, you should be fine.

Original comment by misterk...@gmail.com on 21 May 2014 at 6:10

GoogleCodeExporter commented 9 years ago
Here:

stackoverflow, question 5031625

Original comment by misterk...@gmail.com on 21 May 2014 at 6:21