Quote:
Originally Posted by jgoguen
Install python-apsw. At least that's the Fedora name, there's probably a similar name for Debian. Search for 'apsw' and install the related Python (not Python3!) package.
Is calibre from the official installer supposed to include all these? Are you using the official installer?  I roll my own RPM so I don't really know what the official installer is supposed to have...
|
Yes Installed using:
Code:
sudo python -c "import sys; py3 = sys.version_info[0] > 2; u = __import__('urllib.request' if py3 else 'urllib', fromlist=1); exec(u.urlopen('http://status.calibre-ebook.com/linux_installer').read()); main(install_dir='/opt')"
Will try installing python-apsw.
bernie