leopsidom/webmaster-tools-downloads

Patch for /example-create-spreadsheet.py

Opened this issue · 1 comments

From my experience, if you use proposed source code in Python 2.x it will 
return 'invalid syntax' error. In a case you're using Python 3.x change the 
54th line.

Original issue reported on code.google.com by agent.ju...@gmail.com on 26 Jan 2012 at 1:09

Attachments:

I tried using this patch and am still getting the 'invalid syntax' error. 

I get:

File "example-create-spreadsheet.py, line 5
    <!DOCTYPE html>

SyntaxError: invalid syntax

Any ideas?

Original comment by dougwal...@searchometry.com on 26 Oct 2012 at 11:31