Package: python-dnspython
Version: 1.8.0-1
Severity: important

>>> import dns.resolver
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.5/site-packages/dns/resolver.py", line 26, in <module>
    import dns.message
  File "/usr/lib/python2.5/site-packages/dns/message.py", line 28, in <module>
    import dns.entropy
ImportError: No module named entropy

entropy.py is not symlinked into /usr/lib/python2.5/site-packages/dns
although it is present in /usr/share/pyshared.

Some other files are missing as well:

$ for x in $(cd /usr/share/pyshared/dns && find); do test -e 
/usr/lib/python2.5/site-packages/dns/$x || echo $x; done
./rdtypes/ANY/NSEC3.py
./rdtypes/ANY/HIP.py
./rdtypes/ANY/DLV.py
./rdtypes/ANY/NSEC3PARAM.py
./rdtypes/dsbase.py
./edns.py
./entropy.py

If I install version 1.6.0-1 then the above test does not indicate any
missing files.

-- System Information:
Debian Release: 5.0.6
  APT prefers stable
  APT policy: (550, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)

Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-dnspython depends on:
ii  python                        2.5.2-3    An interactive high-level object-o
ii  python-support                1.0.10     automated rebuilding support for P

python-dnspython recommends no packages.

python-dnspython suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to