Audio/video stream recording forums
|
| Attention Visitor: |
You may have to register or log in before you can post:
|
|
|||||||
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
ereader2html error: IOError [Errno 13] Permission deniedHi-
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/'
![]() |
|
#2
|
|||
|
|||
Re: ereader2html error: IOError [Errno 13] Permission deniedSimilar problem was solved by the following
Quote:
|
|
#3
|
|||
|
|||
Re: ereader2html error: IOError [Errno 13] Permission deniedSorry...but I don't understand how to correct my error by what you told me to do. I am a little "challenged" working with scripts.
![]() |
|
#4
|
|||
|
|||
Re: ereader2html error: IOError [Errno 13] Permission deniedQuote:
Place ereader2html.py and outlander.pdb into the directory. The open command prompt Type Code:
C: Type Code:
cd \ebooks Code:
ereader2html.py outlander.pdb Outlander "My name" 12345678 |
|
#5
|
|||
|
|||
Re: ereader2html error: IOError [Errno 13] Permission deniedI did exactly what you said to do, and I got the same error message.
I tried it on two different computers with the same result, as well. Any other ideas??? |
|
#6
|
|||
|
|||
Re: ereader2html error: IOError [Errno 13] Permission deniedQuote:
Code:
ereader2html.py outlander.pdb temp "My name" 12345678 Code:
ereader2html.py outlander.pdb c:\ereader\temp\ "My name" 12345678 |
|
#7
|
|||
|
|||
Re: ereader2html error: IOError [Errno 13] Permission deniedVery frustrating!
I have tried all of your suggestions - even erdr2pml.py, and the outcome is the same every time. Is it inpossible to take the DRM protection off of some books???? I can't imagine what the problem is. Any other suggestions? Thanks again fro trying to help! |
|
#8
|
|||
|
|||
Re: ereader2html error: IOError [Errno 13] Permission deniedQuote:
Do you use 8 digits of the credit card number? Do you use the name that is on your credit card? Have you tried eReaderPDB2PMLZ.pyw? |
|
#9
|
|||
|
|||
Re: ereader2html error: IOError [Errno 13] Permission deniedHere 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 looked for erdrPDB2pml.pyw online and can't find it... ![]() |
|
#10
|
|||
|
|||
Re: ereader2html error: IOError [Errno 13] Permission deniedeRdr2PML v0.15, v0.14,... are available.
eRdr2PML v0.15: Code:
http://www.mediafire.com/?omt2inzuyhm |
|
| Tags: ereader2html, ereader2html py, ereader2htmlpy, error, io error errno13, permission denied |
| Thread Tools | |
| Display Modes | |
|
|