View Single Post
  #115  
Old 11-26-2010, 09:55 PM
Stream Recorder
 
Posts: n/a
Default

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


baxna, could you please right click on ineptkey.pyw and open the file properties and make a screenshot of them?

Make sure again that you use Python x32, not x64.

Also please try the following:
  1. Open Command Prompt(run cmd.exe).
  2. Change the directory to where you saved the pyw scripts
    i.e.
    Code:
    cd c:/undrm_tools/
  3. Run ineptkey.pyw by invoking python first as follows:
    Code:
    python ineptkey.pyw
    If that does not work, then try running it with pythonw as follows:
    Code:
    pythonw ineptkey.pyw

After running your scripts by invoking python or pythonw, you should get at least an error message that can be used to find out what is going wrong.
Reply With Quote