Quote:
Originally Posted by jcklaus
Whenever I try the first step of running TopazExtract_Kindle_Iphone.pyw I get the following error message:
File "./lib/cmbtc_dump_nonK4PC.py", line 517, in <module>
sys.exit(main())
File "./lib/cmbtc_dump_nonK4PC.py", line 478, in main
bookFile = openBook(args[0])
File "./lib/cmbtc_dump_nonK4PC.py", line 57, in openBook
raise CMBDTCFatal("Could not open book file: " + path)
__main__.CMBDTCFatal: Could not open book file:
|
I'm getting this same error trying to remove DRM from a .tpz file. Any ideas? I'm running OSX 10.6.3.
If I try to run it without the PID, I get:
Traceback (most recent call last):
File "./lib/cmbtc_dump.py", line 37, in <module>
from ctypes import windll, c_char_p, c_wchar_p, c_uint, POINTER, byref, \
ImportError: cannot import name windll
Error: File Extraction Failed