Linux installation fails on OSError
OK-I upgraded to python 2.7 on my shared host and set the Path to include the directory for the Python 2.7 binary. Then I ran the import command (see below) with the resulting error. I do not have access to sudo (artifact of shared hosting on DH) nor a gui console. What is the script trying to do nd can i fiddle it somehow so that I can get calibre up and running? On the other hand, without web based tools, is this something that is simply going to be more trouble than it is worth? I am just starting to realize that managing calibre from the command line only could be quite a pain.....
*************
[phoenix]$ python -c "import urllib2; exec urllib2.urlopen('http://status.calibre-ebook.com/linux_installer').read(); main()"
Enter the installation directory for calibre [/opt]:
Will download and install calibre-0.7.54-x86_64.tar.bz2
Downloading calibre-0.7.54-x86_64.tar.bz2
100% [================================================== ====================]
Downloaded 47568314 bytes
Checking downloaded file integrity...
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "<string>", line 226, in main
File "<string>", line 205, in download_and_extract
File "/home/mydir/opt/Python-2.7/Lib/os.py", line 157, in makedirs
mkdir(name, mode)
OSError: [Errno 13] Permission denied: '/opt/calibre'
|