Package: python-dns
Version: 2.3.4-4
Severity: minor
The named-perf.py example is trying to import a module called "timing":
$ cd /usr/share/doc/python-dns/examples/
$ ./named-perf.py
Traceback (most recent call last):
File "./named-perf.py", line 60, in <module>
main()
File "./named-perf.py", line 21, in main
import DNS, timing, socket, time
ImportError: No module named timing
Such module is missing and probably the example can be patched to use the time
module instead:
named-perf.py: timing.start()
named-perf.py: timing.finish()
named-perf.py: t = timing.milli()
Bye,
Federico Ceratto
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages python-dns depends on:
ii python 2.6.6-3+squeeze2 interactive high-level object-orie
ii python2.5 2.5.5-11 An interactive high-level object-o
ii python2.6 2.6.6-6 An interactive high-level object-o
python-dns recommends no packages.
python-dns suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]