Comment 1 for bug 798177

Revision history for this message
Mike T (trustdarkness) wrote :

Guessing this is the same issue of deprecated features in python-apt that i fixed in mintBackup in bug 795132... initial traceback looks like this (but i'm guessing there will be more):

Traceback (most recent call last):
  File "/usr/bin/apturl-gtk", line 48, in <module>
    sys.exit(apturl.main())
  File "/usr/lib/python2.6/dist-packages/AptUrl/AptUrl.py", line 177, in main
    if not self.openCache():
  File "/usr/lib/python2.6/dist-packages/AptUrl/AptUrl.py", line 117, in openCache
    if self.cache._depcache.BrokenCount > 0:
AttributeError: 'apt_pkg.DepCache' object has no attribute 'BrokenCount'

i'll see about putting together a patch.