View Single Post
  #41  
Old 05-14-2010, 12:01 PM
nettak nettak is offline
Junior Member
 
Join Date: May 2010
Posts: 3
nettak is on a distinguished road
Default

Re: How to remove DRM from sony ebooks (BBeB and EPUB)


Quote:
Originally Posted by Stream Recorder View Post
As mentioned above, see the following thread:
ineptepub.pyw error: Problem decrypting session key
I've gone through the process as outlined in the thread above and get the following error when running ineptkey:

Code:
Traceback (most recent call last):
  File "C:\Users\nettak\Documents\Downloads\ineptkey.pyw", line 198, in main
    retrieve_key(keypath)
  File "C:\Users\nettak\Documents\Downloads\ineptkey.pyw", line 171, in retrieve_key
    with open(keypath, 'wb') as f:
IOError: [Errno 13] Permission denied: 'adeptkey.der'
I thought perhaps there was a problem with the ineptkey file, so I deleted it, redownloaded it and tried again. Same problem. I've checked to see if there is anything associated from the previous adeptkey.der to make sure everything was deleted. Any idea what I could try next?
Reply With Quote