View Single Post
  #24  
Old 03-20-2010, 12:37 PM
foghat foghat is offline
Junior Member
 
Join Date: Mar 2010
Posts: 6
foghat is on a distinguished road
Default

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


^ Thanks. I looked for a 64bit version, but didn't see it at the bottom there. But now found it and installed it.

So, now I can get one step further, inptkey.pyw runs, but now I get the following error:

Code:
Traceback (most recent call last):
  File "D:\Users\username\Documents\Documents\ebooks\epub drm removal\ineptkey.pyw", line 230, in main
    retrieve_key(keypath)
  File "D:\Users\username\Documents\Documents\ebooks\epub drm removal\ineptkey.pyw", line 149, in retrieve_key
    vendor = cpuid0()
  File "D:\Users\username\Documents\Documents\ebooks\epub drm removal\ineptkey.pyw", line 112, in cpuid0
    cpuid0__(buffer)
WindowsError: exception: access violation writing 0x0000000002447740
Thoughts?

When you say, "But I recommend to use pyhton x32 with pycrypto x32"

Do you mean install the 32 bit versions on a 64bit machine or that I should try find a 32bit machine to do this on?
Reply With Quote