Quote:
Originally Posted by kiwidude
I am aware of this Gunning Fog issue, someone raised it on Github too. As I posted in another thread recently I’m not able to do much work on plugins as much as I might like right at the moment with other real world priorities of relocating across the planet. I’m still at least 6 weeks away from my computer allegedly arriving and clearing customs assuming it is in one piece, and just got keys to my new house this week. So my life is chaos at the moment.
I have however tried to make sure that any breaking issues get fixed when I can and this one would fall into that category. It looks like it is a Python compatibility issue from v2 to v3 related to the calibre upgrade. At best I may get an hour or two to look at it this weekend if lucky, no promises at this point however.
|
If it helps, the only place copy_reg (which is the P2 version of P3's copyreg) is in nltk/english.pickle. So, it seems you need to upgrade to a recent version of NLTK. I looked at NLTK on Github, but don't see the 'lite' version. So, my guess is this won't be a quick fix, but I haven't done any serious development in almost a decade, so this is only a barely educated guess.