I managed to get a little further and actually was able to build and install it but now at the end of the install I am getting this output:
Code:
Setting up bash completion...
Traceback (most recent call last):
File "/usr/bin/calibre_postinstall", line 8, in <module>
load_entry_point('calibre==0.4.109', 'console_scripts', 'calibre_postinstall')()
File "build/bdist.linux-i686/egg/calibre/linux.py", line 446, in post_install
File "build/bdist.linux-i686/egg/calibre/linux.py", line 172, in setup_completion
File "/usr/lib/python2.5/site-packages/PIL/__init__.py", line 59, in <module>
File "/usr/lib/python2.5/site-packages/PIL/__init__.py", line 32, in _config
TypeError: argument 1 of QSize() has an invalid type
Traceback (most recent call last):
File "setup.py", line 465, in <module>
subprocess.check_call('calibre_postinstall', shell=True)
File "/usr/lib/python2.5/subprocess.py", line 462, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command 'calibre_postinstall' returned non-zero exit status 1
I get pretty much the same thing if I try and run calibre as well.
Thanks Kovid,
Kevin