Quote:
Originally Posted by eschwartz
Use python-modernize, it can help you update your code to use pythonic idioms which work well on both python2 and python3. The only dependency it will add is to the six module, which is okay, because calibre guarantees that six is available.
|
Ok. I'll try that, then.
Quote:
Originally Posted by eschwartz
@thiago.eec
You can get a debug log by using:
Preferences -> Restart in debug mode
It will create a text file containing the debug log, IIRC.
|
After using your advice above, I'll try again and post the log. Thanks!