yudhistira1 / google-blog-converters-appengine

Automatically exported from code.google.com/p/google-blog-converters-appengine
Apache License 2.0
0 stars 0 forks source link

Python errors while trying to run local converter #104

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Trying to run wordpress2blogger.sh from r89, on Arch Linux, python 3.3:

---

topyli@hyry:~/Downloads/google-blog-converters-r89$ bin/wordpress2blogger.sh 
'/home/topyli/Downloads/thenewtopylistandard.wordpress.2014-01-10.xml' 
  File "bin/../src/wordpress2blogger/wp2b.py", line 151
    except xml.sax.SAXParseException, e:
                                    ^
SyntaxError: invalid syntax

---

I don't know how to proceed. I get the same error with the example wordpress 
file provided with the converters. 

In case someone would like to check my export file for weirdness. I put it 
here: https://docs.google.com/uc?id=0BzXAwvwjwsVRVVNwMzZiWktHNUU&export=download

Original issue reported on code.google.com by jsilt...@gmail.com on 11 Jan 2014 at 2:29