Bachittarjeet / 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

SyntaxError: unbound prefix: line 1194, column 10 (Blogger2Wordpress) #61

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Used appspot and and received the subject line error.
2. Error is also produced using samples provided with download.
3.

What is the expected output? What do you see instead?

Traceback (most recent call last):
  File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 513, in __call__
    handler.post(*groups)
  File "/base/data/home/apps/blogger2wordpress/1.342259769852558481/blogger2wordpress.py", line 37, in post
    translator = b2wp.Blogger2Wordpress(input)
  File "/base/data/home/apps/blogger2wordpress/1.342259769852558481/b2wp.py", line 69, in __init__
    self.feed = atom.FeedFromString(self.doc)
  File "/base/data/home/apps/blogger2wordpress/1.342259769852558481/atom/__init__.py", line 1338, in FeedFromString
    return CreateClassFromXMLString(Feed, xml_string)
  File "/base/data/home/apps/blogger2wordpress/1.342259769852558481/atom/__init__.py", line 93, in optional_warn_function
    return f(*args, **kwargs)
  File "/base/data/home/apps/blogger2wordpress/1.342259769852558481/atom/__init__.py", line 127, in CreateClassFromXMLString
    tree = ElementTree.fromstring(xml_string)
  File "<string>", line 85, in XML
SyntaxError: unbound prefix: line 1194, column 10

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by Jason.D....@gmail.com on 23 Sep 2010 at 1:25