KeyError: 'OEBPS/images/Rise%20Above_cover_fmt.jpeg'
This may help. I had a similar error on a document I had created and then converted. The error only appeared after I had added an image to the document. previous conversions had succeeded, so I was sure something about the image was causing the error. It seemed to be the space in the file name. Try this:
open up the epub file and change the name of "Rise Above_cover_fmt.jpeg" to "RiseAbove_cover_fmt.jpeg" (removing the space) Then find the xhtml file where that jpg appears and change the name of the file to reflect the new name you've given it.
Hope this helps.
|