Quote:
Originally Posted by icecold
I seem to be having issues downloading stories from SB/SV/QQ
Code:
calibre, version 5.0.1 (win32, embedded-python: True)
...
File "C:\Users\cody2\AppData\Roaming\calibre\plugins\FanFicFare.zip\bs4\__init__.py", line 52
'You are trying to run the Python 2 version of Beautiful Soup under Python 3. This will not work.'<>'You need to convert the code, either by installing it (`python setup.py install`) or by running 2to3 (`2to3 -w bs4`).'
|
You appear to be running an outdated version of calibre (v5.0.1) that is trying to use FFF's bundled copy of Beautiful Soup (for pre-v5 versions of calibre) instead of
calibre's copy.
And either you removed the debug output that would report the platform or you are using a version that doesn't report it.
I speculate that you are using a version of calibre from some linux variant's software repo instead of Kovid's official calibre release. I suggest using
Kovid's official calibre release instead.