Is there a python whois interface? I googled and tried rwhois.py but
it doesnt work at all.
thanks
mark
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
it doesnt work at all.
thanks
mark
>>a=rwhois.Doma inRecord('googl e.com')
>>a.chooseserve r()
>>a.chooseserve r()
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