karimsacre / google-shared-contacts-client

Automatically exported from code.google.com/p/google-shared-contacts-client
Apache License 2.0
0 stars 0 forks source link

Syntax Error: invalid syntax (line 72) #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi - I receive a syntax error when running the script;

------------------------------------------------------

C:\Program Files\Python>python shared_contacts.py
--admin=pturner@fosterandpartn
ers.com --import=outlook.csv --output=output-file.csv
  File "shared_contacts.py", line 72
    print line
             ^
SyntaxError: invalid syntax

C:\Program Files\Python>

------------------------------------------------------

Reading the instrcutions I was expecting the script to ask for the admin
password.

What version of the product are you using?  v1.0.1
On what operating system?                   Windows XP SP2

Many thanks, Phil

Original issue reported on code.google.com by phildtur...@gmail.com on 19 Mar 2009 at 3:15

GoogleCodeExporter commented 8 years ago
The "print" command syntax has changed in v3.x.x
I reverted back to v2.5.x and all was well.
- Phil

Original comment by phildtur...@gmail.com on 23 Mar 2009 at 12:54

GoogleCodeExporter commented 8 years ago

Original comment by julian10...@gmail.com on 20 Jan 2010 at 2:10