View Single Post
Old 11-01-2014, 09:48 AM   #1099
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,813
Karma: 6000000
Join Date: Nov 2009
Device: many
Hi tkeo,

I recently merged a pull request that made those changes. I will checkout the python2and3 branch and fix it to work.

And thanks for your patches. I will incorporate them as well.

KevinH

Quote:
Originally Posted by tkeo View Post
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,
KevinH is online now   Reply With Quote