Comment 12 for bug 388953

Revision history for this message
Jon Arnold (jonarnoldsemail) wrote :

Comparing gdebi-gtk with gdebi I get the following console output running the graphical version but not when I run gdebi:
/usr/lib/python2.6/dist-packages/GDebi/DebPackage.py:417: DeprecationWarning: Accessed deprecated property Package.candidateOrigin, please see the Version class for alternatives.
  for origin in pkg.candidateOrigin:

There are two other errors that occur in both:
/usr/lib/python2.6/dist-packages/GDebi/DebPackage.py:264: DeprecationWarning: Accessed deprecated property Package.installedDependencies, please see the Version class for alternatives.
  for dep_or in pkg.installedDependencies:
Reading state information: Done
/usr/lib/python2.6/dist-packages/GDebi/DebPackage.py:73: DeprecationWarning: Accessed deprecated property Package.installedVersion, please see the Version class for alternatives.
  instver = inst.installedVersion

Perhaps the one on line 417 is the problem with the graphical version?