View Single Post
Old 11-01-2014, 08:27 AM   #1097
tkeo
Connoisseur
tkeo began at the beginning.
 
Posts: 94
Karma: 10
Join Date: Feb 2014
Location: Japan
Device: Kindle PaperWhite, Kobo Aura HD
Hi Kevin,

I have made patches that make using Furigana metadata under auto indicate a target of epub 3.

But it cannot be tested in python2and3 branch because errors occur in command line mode as follows.

python2
Code:
Traceback (most recent call last):
  File "kindleunpack.py", line 11, in <module>
    from .compatibility_utils import PY2, binary_type, utf8_str, unicode_str
ValueError: Attempted relative import in non-package
python3
Code:
Traceback (most recent call last):
  File "kindleunpack.py", line 11, in <module>
    from .compatibility_utils import PY2, binary_type, utf8_str, unicode_str
SystemError: Parent module '' not loaded, cannot perform relative import
Thanks,
Attached Files
File Type: txt patch.master.txt (574 Bytes, 492 views)
File Type: txt patch.python2and3.txt (574 Bytes, 495 views)
tkeo is offline   Reply With Quote