View Single Post
Old 07-17-2010, 10:01 AM   #7
mmq
Junior Member
mmq began at the beginning.
 
mmq's Avatar
 
Posts: 3
Karma: 10
Join Date: Nov 2009
Device: Hanvon N516
I keep getting "NameError: global name 'meta' is not defined" on line 205 as an error. Anybody else?

My guess:

change line 205 from
Code:
      if meta.getAttribute("name") == "author":
to
Code:
      if child.getAttribute("name") == "author":
Seems to produce the right output (with author and title correctly set).

Thanks a ton for epub2pdf.sh and the new GUI!
mmq is offline   Reply With Quote