Quote:
Originally Posted by kovidgoyal
Run calibre in debug mode and you will probably get a traceback telling you why the function could not be loaded.
|
No, it's not very informative. In any case, if you don't run it in debug mode, you'll only get the information when the column that uses it fails.
Quote:
Originally Posted by eschwartz
I feel mildly shocked to discover real use of <> in the wild, TBH.
Though you could fix this by using:
Code:
$ python3
>>> from __future__ import barry_as_FLUFL
>>> 2 != 3
File "<stdin>", line 1
2 != 3
^
SyntaxError: with Barry as BDFL, use '<>' instead of '!='
|
I've already done the change, python-modernize has done it, being honest. And why is "<>" so shocking?