View Single Post
  #31  
Old 03-22-2011, 02:14 AM
Stream Recorder
 
Posts: n/a
Default

Re: Removing DRM protection from Kindle for PC ebooks using unswindle


Quote:
Originally Posted by any ANONYMOUS forum user View Post
This is all I get from python:

IDLE 2.6.6
>>> python mobidedrm.pyTitle-Of-Book.azwTitl-Of-Book.mobi<PID#>


SyntaxError: invalid syntax

In which the mobidedrm is highlighted in red.

Suggestions?
It should be
Code:
python mobidedrm.py Title-Of-Book.azw Titl-Of-Book.mobi PID
Have you tried to use a Calibre plugin instead?

Or have you tried to use mobidedrm directly?
Reply With Quote