A python module for retrieving and parsing WHOIS data
Sorry i'm new to python. I've done 'pip install pythonwhois' my current verison is - pythonwhois-2.4.3-py2.7.egg Then i've written this python script to just do a WHOis lookup on "www.google.com" I get this error running the script: AttributeError: 'module' object has no attribute 'get_whois' It's not finding the get_whois function from the library. What am i missing? *****_code**_**** import pythonwhois domain = "www.google.com" normalized = True pythonwhois.get_whois(domain, True)
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by mdagcilar and has received 7 comments.