Package: python-pycountry
Version: 0.12.1+ds1-1
Severity: serious
Tags: patch
$ python
Python 2.6.6 (r266:84292, Dec 26 2010, 22:31:48)
[GCC 4.4.5] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pycountry
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/pymodules/python2.6/pycountry/__init__.py", line 9, in <module>
import pycountry.db
File "/usr/lib/pymodules/python2.6/pycountry/db.py", line 8, in <module>
import lxml.etree
ImportError: No module named lxml.etree
-- System Information:
Debian Release: 6.0.1
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-xen-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages python-pycountry depends on:
ii iso-codes 3.23-1 ISO language, territory, currency,
ii python 2.6.6-3+squeeze6 interactive high-level object-orie
ii python-support 1.0.10 automated rebuilding support for P
python-pycountry recommends no packages.
python-pycountry suggests no packages.
-- no debconf information
=== modified file 'debian/control'
--- debian/control - 2010-06-24 14:06:22 +0000
+++ debian/control 2011-05-11 15:56:14 +0000
@@ -18,6 +18,7 @@
${python:Depends}
, ${misc:Depends}
, iso-codes
+ , python-lxml
Description: ISO databases accessible from Python
pycountry provides ISO country, subdivision, language, currency and script
definitions and their translations, taken from the iso-codes package.