Quote:
Originally Posted by lester
Hi Pietvo, I am using ineptepub v3. I have tried calling from the command line and double clicking - both with the same results. In the GUI I browse to the file. The error message I receive is:
"Traceback (most recent call last):
File "ineptepub_v3.pyw", line 362, in <module>
sys.exit(cli_main())
File "ineptepub_v3.pyw", line 223, in cli_main
data = inf.read(path)
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/zipfile.py", line 834, in read
return self.open(name, "r", pwd).read()
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/zipfile.py", line 874, in open
zinfo.orig_filename, fname)
zipfile.BadZipfile: File name in directory "OEBPS/Lars_9780307593672_epub" and header "OEBPS/Lars_9780307593672_epub_epl_r1.htm" differ.
I really appreciate your help in this.
|
As long as there aren't any epub experts answering I suggest you check out the official epub reference and compare it with the epub.
Perhaps the ADE is limiting the filenames so they aren't recognizing a wrong file name or it has some error correcting code.
At the first glimpse it seems that the filenames in the file
Lars_9780307593672_epub_epl_r1.htm
aren't the same as in
OEBPS/Lars_9780307593672_epub
How about open the epub with WinRAR or Winzip, print both out and compare the file names (make a backup before).