Python Forum

Full Version: python 3.13 : import whois
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Dear forum member,
How do I install whois?

import whois as ws : No module named 'whois' : First attachment

python -m pip install whois : SyntaxError : Second attchement

Regards.

HansieB
Command shall be used on command line(cmd/powershell) not in IDLE.