Top "Pywhois" questions

A Python module written by Richard Penman to perform whois lookup.

Installing a Python module in Windows

I'm trying to install a Python module on my Windows computer. I installed the development version of the NetBeans IDE …

python windows netbeans module pywhois
Doing a whois with a list of domain names

I've got a file of domain names e.g. equivalent to 2500. I would like to do a whois on these …

web whois pywhois
AttributeError: 'module' object has no attribute 'whois'

I tried to execute this code: import whois w = whois.whois('webscraping.com') print w And I got the error …

python-2.7 whois pywhois