Thanks for Doitsu!. Try your script without success. I installed python 3.7.2 and Kindle Previewer latest version. There is no .txt file created when I double click 'converter.py'. When I use command line, the follwoing error show up:
Quote:
C:\Users\toancv\Downloads\Epub to azw3>converter.py
Traceback (most recent call last):
File "C:\Users\toancv\Downloads\Epub to azw3\converter.py", line 10, in <module>
from mobi_split import mobi_split
File "C:\Users\toancv\Downloads\Epub to azw3\kindleunpack\mobi_split.py", line 11, in <module>
from unipath import pathof
File "C:\Users\toancv\Downloads\Epub to azw3\kindleunpack\unipath.py", line 29, in <module>
from compatibility_utils import PY2, PY3, text_type, binary_type
File "C:\Users\toancv\Downloads\Epub to azw3\kindleunpack\compatibility_utils.py", line 51, in <module>
_h = HTMLParser()
NameError: name 'HTMLParser' is not defined
|