Peapod 0.7.2 – xml is mysterious

Bug Fixes

  • Removed the dependency on PythonXML. errors like Traceback (most recent call last):
    File "./peapod.py", line 7, in
    from Peapod.peapod import getConfig, newTracks, feedLog
    File "/home/hldevore/bin/peapod/Peapod/peapod.py", line 36, in

    from Peapod import OPML
    File "/home/hldevore/bin/peapod/Peapod/OPML.py", line 92, in

    class OPMLHandler(saxutils.DefaultHandler):
    AttributeError: 'module' object has no attribute 'DefaultHandler'
    Should be fixed by this release.

Download

7 Responses to “Peapod 0.7.2 – xml is mysterious”

  1. Jorge E. Gomez Says:

    erm… missing docs in the tarball again?

  2. Huw Says:

    hmmm.. not from where I’m looking

    drwxrwxr-x huw/huw           0 2008-06-11 09:41 peapod-0.7.2/docs/
    -rw-rw-r-- huw/huw         111 2008-06-11 09:41 peapod-0.7.2/docs/using.txt
    -rw-rw-r-- huw/huw         111 2008-06-11 09:41 peapod-0.7.2/docs/dependencies.txt
    -rw-rw-r-- huw/huw         104 2008-06-11 09:41 peapod-0.7.2/docs/about.txt
    -rw-rw-r-- huw/huw         117 2008-06-11 09:41 peapod-0.7.2/docs/getting.txt
    -rw-rw-r-- huw/huw         112 2008-06-11 09:41 peapod-0.7.2/docs/configuration.txt
    
  3. Huw Says:

    although all the docs say

    missing URL

    🙁

  4. timetrap Says:

    Your setup.py file is missing the Peapod.download script. I uploaded a fixed version here: http://pastebin.com/f2412859d

  5. timetrap Says:

    I also created an Arch Linux Package: http://bbs.archlinux.org/viewtopic.php?pid=470865

  6. Endmoräne Says:

    Hey! I got these errors:

    ./peapod-0.7.2/Peapod/tagging.py:21: DeprecationWarning: The popen2 module is deprecated. Use the subprocess module.
    from popen2 import Popen3

    /usr/lib/python2.6/site-packages/BitTorrent/download.py:22: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
    from sha import sha

    Endmoräne

  7. Huw Says:

    Yes, popen will be going away in Python 3. We will release a new version before then that uses subprocess.

    These are just warnings they can be ignored for now.

    Thanks,
    Huw

Leave a Reply