64studio / pdk

64 Studio Platform Development Kit
GNU General Public License v2.0
20 stars 8 forks source link

AttributeError: 'module' object has no attribute 'ParseSection' #3

Closed danielhjames closed 10 years ago

danielhjames commented 10 years ago

After running:

pdk upgrade --dry-run 64studio.com/cups.xml

Traceback (most recent call last): AttributeError: 'module' object has no attribute 'ParseSection' pdk ERROR: Unknown error

danielhjames commented 10 years ago

http://bazaar.launchpad.net/~mvo/python-apt/debian-sid-mirrored/view/head:/doc/examples/deb_inspect.py uses:

sections = apt_pkg.TagSection(control)