Comment 97 for bug 199014

Revision history for this message
Andrew Starr-Bochicchio (andrewsomething) wrote :

python-xml is still not a Dep of pyslide:

andrew@andrew-laptop:~$ apt-cache policy pyslide
pyslide:
Installed: 0.4-10ubuntu2
Candidate: 0.4-10ubuntu2
Version table:
0.4-10ubuntu2 0
500 http://us.archive.ubuntu.com hardy/universe Packages

andrew@andrew-laptop:~$ apt-cache depends pyslide
pyslide
Depends: libc6
Depends: libsdl1.2debian
Depends: python
Depends: python
Depends: python-pygame
Depends: python-support
Suggests: python-imaging

andrew@andrew-laptop:~$ apt-cache rdepends python-xml
python-xml
Reverse Depends:
grnotify
mythvideo
xbel-utils
python-zsi
python-xml-doc
python-xml-dbg
opendict

Running pyslide without python-xml installed produces the following:

andrew@andrew-laptop:/usr/share/doc/pyslide/examples$ pyslide full.xmlTraceback (most recent call last):
  File "/usr/bin/pyslide", line 30, in <module>
    m.action()
  File "/var/lib/python-support/python2.5/Pyslide/Main/__init__.py", line 71, in __call__
    fo = main.loadfile(fn)
  File "/var/lib/python-support/python2.5/Pyslide/Main/__init__.py", line 294, in loadfile
    from Pyslide.File import ReadFile
  File "/var/lib/python-support/python2.5/Pyslide/File.py", line 42, in <module>
    class ContentParser(xml.sax.saxutils.DefaultHandler):
AttributeError: 'module' object has no attribute 'DefaultHandler'