Package: python-formencode
Version: 0.5.1-2
Severity: important

Hello,

I have the following error when I import my module :

/src/work/soc/mainline/src/wotomae/checks.py in CheckUserRegistration()
     50 
     51     email = formencode.All(validators.Email(resolve_domain=True,
---> 52                                             not_empty=True),
     53                            UniqueEmail())
     54 

/usr/lib/python2.4/site-packages/formencode/validators.py in
__init__(self, *args, **kw)
   1141             if mxlookup is None:
   1142                 try:
-> 1143                     import DNS.Base
   1144                     DNS.Base.ParseResolvConf()
   1145                     from DNS.lazy import mxlookup

ImportError: No module named DNS.Base

Install python-dns  solve the problem.  Could you add python-dns  to the
Depends field ?

Maybe  you  could  join  the  debian-python team,  as  other  turbogears
packages did [0].

Regards,
Arnaud Fontaine

[0] http://python-modules.alioth.debian.org/

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.1-maggie
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages python-formencode depends on:
ii  python                        2.3.5-11   An interactive high-level object-o
ii  python-central                0.5.1      register and build utility for Pyt

python-formencode recommends no packages.

-- no debconf information


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

Reply via email to