I want to install whois python module in windows. i tried to install whois module using command
python setup.py install
downlaoded from
https://pypi.python.org/pypi/pythonwhois
but when i try to import whois module it gives error
>>> import whois
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import whois
ImportError: No module named whois
thanx in advance