Running on Windows:
folder "Test"
file "Test\Content.opf"
file "Test\Chap01.html"
file "Test\Chap02.html"
file "Test\toc.ncx"
folder "Test\Images"
file "Test\Images\imag01.jpg"
file "Test\Images\imag02.jpg"
oeb2epub.py test
Traceback (most recent call last):
File "G:\!DATA\!downloads\epub\oeb2epub.py", line 90, in <module>
epub.addFile(realfile, 'OEBPS', itsname)
File "G:\!DATA\!downloads\epub\oeb2epub.py", line 30, in addFile
self.epub.write(fullname, os.path.join(subdir, relativeName))
File "C:\Python25\lib\zipfile.py", line 563, in write
fp = open(filename, "rb")
IOError: [Errno 13] Permission denied: 'test\\images'
|