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