Comment 5 for bug 325798

Revision history for this message
souplin (klage) wrote :

Sorry don't know if I should open this as a new bug:

Snyc from debian fixed the bug - but now with version 14.5.-2ubuntu1 I can either install gourmet or miro. There seems to be a conflict between python-sqlalchemy and python-pysqlite2.

apt-get install gourmet:
Reading Package Lists... Done
Building Dependency Tree... Done

The following packages will be REMOVED:
miro python-pysqlite2

The following NEW packages will be installed:
gourmet python-sqlalchemy

2) Python 2.6 incompatibility (2.5 runs fine):

/usr/share/gourmet/gourmet/gtk_extras/thumbnail.py:1: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import Image, urllib, md5, os.path, os, StringIO
Traceback (most recent call last):
  File "/usr/bin/gourmet", line 13, in <module>
    from gourmet.OptionParser import *
  File "/usr/share/gourmet/gourmet/__init__.py", line 12, in <module>
    import convert
  File "/usr/share/gourmet/gourmet/convert.py", line 754, in <module>
    FRACTION_MATCHER = re.compile(NUM_AND_FRACTION_REGEXP,re.UNICODE)
  File "/usr/lib/python2.6/re.py", line 190, in compile
    return _compile(pattern, flags)
  File "/usr/lib/python2.6/re.py", line 238, in _compile
    raise ValueError('Cannot process flags argument with a compiled pattern')
ValueError: Cannot process flags argument with a compiled pattern