Quote:
Originally Posted by ekaser
The "clicked back to home" is what's getting you, most likely. When you click the HOME button in K4PC, you're CLOSING the current book and returning to the 'library'. Instead, do NOT click on 'Home' (and you don't have to click through any pages). While the book is open (a page of the book is being displayed) close the K4PC application (click on the X in the top-right corner or double-click the upper-left corner).
|
OK, I get to the Windows Save Option, I name the file xyz.mobi then the script issues this set of errors
Traceback (most recent call last):
File "c:\python26\unswindle.pyw", line 803, in gui_main
unswindler.decrypt_book(inpath, outpath, pid)
File "c:\python26\unswindle.pyw", line 769, in decrypt_book
universal_newlines=True)
File "c:\python26\lib\subprocess.py", line 614, in __init__
errread, errwrite) = self._get_handles(stdin, stdout, stderr)
File "c:\python26\lib\subprocess.py", line 722, in _get_handles
p2cread = self._make_inheritable(p2cread)
File "c:\python26\lib\subprocess.py", line 761, in _make_inheritable
DUPLICATE_SAME_ACCESS)
WindowsError: [Error 6] The handle is invalid
I'm launching all this from the command line, Is that correct?