Comment 3 for bug 335914

Revision history for this message
George Pollard (porges) wrote :

I tried installing it with `dpkg -i --force-depends`, but then it doesn't run, giving the error:

 $ picard
 Traceback (most recent call last):
     File "/usr/bin/picard", line 2, in <module>
         from picard.tagger import main; main('/usr/share/locale', False)
 ImportError: No module named picard.tagger
 Error in sys.excepthook:
 Traceback (most recent call last):
     File "/usr/lib/python2.6/dist-packages/apport_python_hook.py", line 85, in apport_excepthook
         os.O_WRONLY|os.O_CREAT|os.O_EXCL), 'w')
 OSError: [Errno 17] File exists: '/var/crash/_usr_bin_picard.1000.crash'

 Original exception was:
 Traceback (most recent call last):
     File "/usr/bin/picard", line 2, in <module>
         from picard.tagger import main; main('/usr/share/locale', False)
 ImportError: No module named picard.tagger

... so it seems that it really does require changes :)