View Single Post
  #9  
Old 05-30-2010, 06:35 AM
nanster nanster is offline
Junior Member
 
Join Date: May 2010
Location: Florida
Posts: 7
nanster is on a distinguished road
Default

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


Here is the latest log:

Code:
C:\ebooks>erdr2pml.py outlander.pdb temp "Jane Doe" 87654321
eRdr2Pml v0.11. Copyright (c) 2009 The Dark Reverser
Processing...
   Decoding File
   Extracting images
Traceback (most recent call last):
  File "C:\ebooks\erdr2pml.py.py", line 621, in <module>
    sys.exit(main())
  File "C:\ebooks\erdr2pml.py.py", line 607, in main
    convertEreaderToPml(infile, name, cc, outdir)
  File "C:\ebooks\erdr2pml.py.py", line 568, in convertEreaderToPml
    file(os.path.join(imagedirpath, name), 'wb').write(contents)
IOError: [Errno 13] Permission denied: 'temp\\outlander_img/'
I have tried putting in bogus names and credit cards numbers to see if that was the problem, and the scripts stops right away and tells me that there is an incorrect name/cc #, so that isn't it. I guess I have that part right, anyway!

I looked for erdrPDB2pml.pyw online and can't find it...
Reply With Quote