How to install Calibre on CentOS 5.5 ?
I am trying to install Calibre on CentOS 5.5 from here
calibre - Download for linux
using this
wget -O- http://status.calibre-ebook.com/dist/src | tar xvz
cd calibre*
and it is ok
However when I try to do this second command
python setup.py install
I get following message in terminal:
[root@localhost calibre]# python setup.py install
File "setup.py", line 3
from __future__ import with_statement
SyntaxError: future feature with_statement is not defined
GLIBC 2.10 python ≥ 2.6 requirements
glibc is ok
I have only gnome python 2.16 - Is that the reason and is there any way to download python 2.6 and how?
Any help?
Thanks guys in advance for any reply - really appreciate.