I've just updated to Calibre 1.33 but the UI still shows 1.30 in the bottom left corner (and, interestingly, shows me an "Update found: 1.33.0").
However, if I run:
Code:
$ calibre-debug -g
calibre 1.33 isfrozen: True is64bit: True
Linux-3.2.0-60-generic-x86_64-with-debian-wheezy-sid Linux ('64bit', 'ELF')
('Linux', '3.2.0-60-generic', '#91-Ubuntu SMP Wed Feb 19 03:54:44 UTC 2014')
Python 2.7.5
Linux: ('debian', 'wheezy/sid', '')
It seems to be the right version? Can someone please clarify?
Not sure whether it matters, I use this to update (run with ``sudo``):
Code:
#!/usr/bin/env python
# Updates Calibre, e-book reader
import sys
import urllib
print 'Reading installer file from Calibre website'
exec(urllib.urlopen('http://status.calibre-ebook.com/linux_installer').read())
print 'Done, executing installer...'
main(install_dir='/opt')
print '... done'
I have completely removed to original install, and re-run the install one-liner from the website, it still shows 1.30.
Thanks in advance,
Marco.