View Single Post
  #11  
Old 05-30-2010, 11:08 AM
nanster nanster is offline
Junior Member
 
Join Date: May 2010
Location: Florida
Posts: 7
nanster is on a distinguished road
Thumbs down

Re: ereader2html error: IOError [Errno 13] Permission denied


I renamed the files so that they didn't contain "py.py" - and it didn't change anything. I also downloaded eRdr2PML v0.15 and renamed it erdr2pml15.py, and guess what? Same problem!

Code:
C:\ebooks>erdr2pml15.py outlander.pdb temp "Jane Doe" 87654321
eRdr2Pml v0.15. Copyright (c) 2009 The Dark Reverser
Processing...
   Decoding File
   Extracting images
Traceback (most recent call last):
  File "C:\ebooks\erdr2pml15.py", line 697, in <module>
    sys.exit(main())
  File "C:\ebooks\erdr2pml15.py", line 653, in main
    convertEreaderToPml(infile, name, cc, outdir)
  File "C:\ebooks\erdr2pml15.py", line 586, in convertEreaderToPml
    file(os.path.join(imagedirpath, name), 'wb').write(contents)
IOError: [Errno 13] Permission denied: 'temp\\outlander_img/'
I am stumped - as I am sure you are! I wish I had another book I could try the process with. Is it possible this book can't be hacked?
Reply With Quote