I'm getting a 'syntax error' message, am I doing something wrong?
Here's what I input:
$ ./merge_csv_contacts.py contacts.csv contacsmerged.csv
./merge_csv_contacts.py:134: Warning: 'with' will become a reserved
keyword in Python 2.6
File "./merge_csv_contacts.py", line 134
with open(sys.argv[1], 'r') as original_file:
^
SyntaxError: invalid syntax
On Jul 19, 7:01 am, Niran Babalola <[email protected]> wrote:
> There was a post a while back asking for a script to automatically
> merge your Google/Gmail contacts. I wrote a script that worked pretty
> well for me:http://github.com/niran/merge-gmail-contacts/tree/master
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Contacts API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-contacts-api?hl=en
-~----------~----~----~----~------~----~------~--~---