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...
