Comment 6 for bug 1300465

Revision history for this message
Brian Murray (brian-murray) wrote :

From a duplicate of this bug:

/usr/lib/python2.6/dist-packages/AptUrl/Helpers.py:47: DeprecationWarning: Accessed deprecated property Package.description, please see the Version class for alternatives.
  if pkgobj.description.count("\n") > 0:
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 219, in main
    (sum, desc, homepage) = Helpers.parse_pkg(pkg)
  File "/usr/lib/python2.6/dist-packages/AptUrl/Helpers.py", line 47, in parse_pkg
    if pkgobj.description.count("\n") > 0:
AttributeError: 'NoneType' object has no attribute 'count'