错误 whois 模块不可调用
Error whois module not callable
我尝试使用此代码:
https://bitbucket.org/richardpenman/pywhois/src/50b5966b55663b3a95e157680dc033b321360eac?at=default
import whois
w = whois.whois('webscraping.com')
但我收到错误消息:
wh = whois.whois('example.com')
TypeError: 'module' object is not callable
有人知道如何解决这个问题吗?
apt-get install python-whois
安装 this module。您应该使用 pip
安装 python-whois
我尝试使用此代码:
https://bitbucket.org/richardpenman/pywhois/src/50b5966b55663b3a95e157680dc033b321360eac?at=default
import whois
w = whois.whois('webscraping.com')
但我收到错误消息:
wh = whois.whois('example.com')
TypeError: 'module' object is not callable
有人知道如何解决这个问题吗?
apt-get install python-whois
安装 this module。您应该使用 pip
python-whois