View Single Post
Old 05-21-2020, 12:55 PM   #125
Terisa de morgan
Grand Sorcerer
Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.
 
Terisa de morgan's Avatar
 
Posts: 6,637
Karma: 12595249
Join Date: Jun 2009
Location: Madrid, Spain
Device: Kobo Clara/Aura One/Forma,XiaoMI 5, iPad, Huawei MediaPad, YotaPhone 2
Quote:
Originally Posted by kovidgoyal View Post
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 View Post
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?
Terisa de morgan is online now   Reply With Quote