Similar problem was solved by the following
Quote:
you did not properly select the file to be converted (the *.pdb file) the first time and so it tried to read from the eReader_Tools directory itself and failed with an I/O error.
The hint was here in the log …
PDB Path = “C:\Users\Me\Documents\Downloads\eReader_Tool s”
This should be pointing at the *.pdb book to be converted not at the eReader_Tools directory.
Which in turn caused this error:
IOError: [Errno 13] Permission denied: ‘C:\\Users\\Marcy\\Documents\\Downloads\\eReader_T ools’
|