Python Conflicts
Hi everybody,
Since upgrading to Calibre 5, I've lost some functionality due to Python conflicts. The two main issues I've had are when trying to download metadata or reach the plugin index page. I'm using the portable version of Calibre 5.3. Here are the two error messages respectively:
Download metadata:
calibre, version 5.3.0
ERROR: Unhandled exception: <b>ImportError</b>:Module use of python27.dll conflicts with this version of Python.
calibre 5.3 Portable embedded-python: True is64bit: False
Windows-10-10.0.18362-SP0 Windows ('32bit', 'WindowsPE')
32bit process running on 64bit windows
('Windows', '10', '10.0.18362')
Python 3.8.5
Windows: ('10', '10.0.18362', 'SP0', 'Multiprocessor Free')
Interface language: None
Successfully initialized third party plugins: Kobo Books (1, 8, 0) && Quality Check (1, 10, 1) && Reading List (1, 6, 13) && Skoob Books (1, 4, 0)
Traceback (most recent call last):
File "calibre\gui2\metadata\single.py", line 536, in fetch_metadata
File "bypy-importer.py", line 154, in exec_module
File "calibre\ebooks\metadata\sources\update.py", line 7, in <module>
ImportError: Module use of python27.dll conflicts with this version of Python.
Plugin index:
calibre, version 5.3.0
ERROR: Update Check Failed: Unable to reach the plugin index page.
Traceback (most recent call last):
File "calibre\gui2\dialogs\plugin_updater.py", line 446, in __init__
File "calibre\gui2\dialogs\plugin_updater.py", line 62, in read_available_plugins
ImportError: Module use of python27.dll conflicts with this version of Python.
Thanks very much!
|