dquangsinh / fb2pdf

Automatically exported from code.google.com/p/fb2pdf
0 stars 0 forks source link

unexpected non-text #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
    processSection(s, f)
  File "/sw/lib/python2.4/site-packages/fb2pdf/fb2tex.py", line 363, in
processSection
    processSection(x,f)
  File "/sw/lib/python2.4/site-packages/fb2pdf/fb2tex.py", line 363, in
processSection
    processSection(x,f)
  File "/sw/lib/python2.4/site-packages/fb2pdf/fb2tex.py", line 381, in
processSection
    processCite(x,f)
  File "/sw/lib/python2.4/site-packages/fb2pdf/fb2tex.py", line 346, in
processCite
    processAuthors(q,f)
  File "/sw/lib/python2.4/site-packages/fb2pdf/fb2tex.py", line 318, in
processAuthors
    author_name = _textQuote(_text(a))
  File "/sw/lib/python2.4/site-packages/fb2pdf/fb2tex.py", line 142, in _text
    raise Exception("Expected TEXT, got " + x.tagName)
Exception: Expected TEXT, got emphasis

To get file file:

wget http://s3.amazonaws.com/fb2pdf/f7fc5fc73e0e8fa8600c7e664c6ef262.fb2 -O
akunin_boris_almaznaya_kolesnica_tom_1.fb2

Original issue reported on code.google.com by kroko...@gmail.com on 8 Mar 2007 at 5:38

GoogleCodeExporter commented 8 years ago
fixed

Original comment by kroko...@gmail.com on 8 Mar 2007 at 5:49