Hi, tried installing this in Arch Linux but this happens...
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()"
Enter the installation directory for calibre [/opt]:
Will download and install calibre-0.9.0-x86_64.tar.bz2
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "<string>", line 285, in main
File "<string>", line 243, in download_and_extract
File "<string>", line 223, in download_tarball
File "<string>", line 201, in __init__
File "<string>", line 92, in __init__
TypeError: 'str' does not support the buffer interface
Any suggestions?
Thanks