Quote:
Originally Posted by llasram
If you (a) have a fair number of LIT e-books and (b) can run a command from the command-line, please download the attached Python script and run it against your library. The arguments are the filename of a logfile to write out to and the directory to search for LIT files in. For example:
Code:
python stress-lit2oeb.py log.txt library/
If the script reports interesting results (i.e., bugs) please e-mail me the log-file.
|
I've got 4,000 lit files.
How do you run this on Windows? I've got Python installed. When I run the script I get:
Code:
Traceback (most recent call last):
File "stress-lit2oeb.py", line 8, in <module>
from calibre.ebooks.lit.reader import LitReader
ImportError: No module named calibre.ebooks.lit.reader
I know, it's probably obvious, but....