View Single Post
  #1  
Old 05-27-2010, 01:09 PM
nanster nanster is offline
Junior Member
 
Join Date: May 2010
Location: Florida
Posts: 7
nanster is on a distinguished road
Question

ereader2html error: IOError [Errno 13] Permission denied


Hi-

I am a newbie to this forum and was wondering if someone out there could possibly help me. When I try to run ereader2html.py to take the DRM off a .pdb book, this is what happens:

Code:
C:\Python26>python ereader2html.py outlander.pdb Outlander "My name" 12345678
eReader2Html v0.09. Copyright (c) 2008 The Dark Reverser
Processing...
Traceback (most recent call last):
  File "C:\Python26\ereader2html.py", line 884, in <module>
    sys.exit(main())
  File "C:\Python26\ereader2html.py", line 870, in main
    convertEreaderToHtml(infile, name, cc, outdir)
  File "C:\Python26\ereader2html.py", line 822, in convertEreaderToHtml
    file(os.path.join(imagedirpath, name), 'wb').write(contents)
IOError: [Errno 13] Permission denied: 'Outlander\\images/'
It looks to me that for some reason I am not being allowed access to the "Outlander" directory that I created for my files. Does anyone know why this has happened and what i can do to fix it? Thanks in advance for your suggestions!
Reply With Quote