Is there a python whois interface? I googled and tried rwhois.py but
it doesnt work at all.

thanks
mark
>>> a=rwhois.DomainRecord('google.com')
>>> a.chooseserver()
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "rwhois.py", line 270, in chooseserver
    tmp=self._whois()
  File "rwhois.py", line 327, in _whois
    raise 'NoSuchDomain', self.domain
NoSuchDomain: google.com
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to