← Back to team overview

edubuntu-bugs team mailing list archive

[Bug 825475] [NEW] calibre doesn't start because of ImportError

 

Public bug reported:

% calibre
Traceback (most recent call last):
  File "/usr/bin/calibre", line 18, in <module>
    from calibre.gui2.main import main
  File "/usr/lib/calibre/calibre/gui2/main.py", line 19, in <module>
    from calibre.library.database2 import LibraryDatabase2
  File "/usr/lib/calibre/calibre/library/database2.py", line 22, in <module>
    from calibre.library.caches import ResultCache
  File "/usr/lib/calibre/calibre/library/caches.py", line 16, in <module>
    from calibre.utils.search_query_parser import SearchQueryParser
  File "/usr/lib/calibre/calibre/utils/search_query_parser.py", line 21, in <module>
    from pyparsing import CaselessKeyword, Group, Forward, \
ImportError: Bad magic number in /usr/lib/calibre/calibre/utils/pyparsing.pyc

% apt-cache policy calibre
calibre:
  Installed: 0.7.44+dfsg-1build1
  Candidate: 0.7.44+dfsg-1build1
  Version table:
 *** 0.7.44+dfsg-1build1 0
        500 http://de.archive.ubuntu.com/ubuntu/ natty/universe amd64 Packages
        100 /var/lib/dpkg/status

% file /usr/lib/calibre/calibre/utils/pyparsing.pyc
/usr/lib/calibre/calibre/utils/pyparsing.pyc: python 2.6 byte-compiled

% md5sum /usr/lib/calibre/calibre/utils/pyparsing.pyc
0b25c93a2a40b14de8405b9c915cb888  /usr/lib/calibre/calibre/utils/pyparsing.pyc

% lsb_release -rd
Description:	Ubuntu 11.04
Release:	11.04

** Affects: calibre (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Edubuntu
Bugsquad, which is subscribed to calibre in Ubuntu.
https://bugs.launchpad.net/bugs/825475

Title:
  calibre doesn't start because of ImportError

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/calibre/+bug/825475/+subscriptions


Follow ups

References