|
|
#1 |
|
Junior Member
![]() Posts: 1
Karma: 10
Join Date: Apr 2014
Device: ipad
|
Calibre 1.33 - incorrect version number?
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', '')
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'
Thanks in advance, Marco. |
|
|
|
|
|
#2 |
|
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,615
Karma: 28549044
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
You likely have two separate calibre installs on your computer and whatever shortcut you are using to launch calibre is launching the older install.
|
|
|
|
| Advert | |
|
|
![]() |
| Tags |
| install, update |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Calibre doesn't show the new version number after the update | Buecherfan | Calibre | 27 | 04-18-2014 11:46 PM |
| Version number? | Jabby | Calibre | 2 | 07-07-2012 01:34 PM |
| Calibre Linux: Wrong version number | samy2 | Calibre | 9 | 06-19-2011 10:59 AM |
| Firmware Update Version number | sirmaru | Amazon Kindle | 2 | 08-30-2010 02:49 PM |
| Where to find the version number of my installed Calibre? | Ambermonk | Calibre | 4 | 08-01-2010 08:19 PM |