Quote:
Originally Posted by KevinH
Hi DiapDealer,
No need to rollback as I was able to get both to work by adding:
Code:
__path__ = ["lib", ".", "kindleunpack"]
at the top to force it to be a package and accept either lib.blah or .blah as import paths to allow both gui and command line
So no worries. python2and3 via the command line should now work again.
KevinH
|
Thanks for fixing that Kevin!
Was able to sync my fork with your master to pick up that fix, and will begin looking at converting the prefs store from ini to json.