Python Forum
python 3.13 : import whois - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: python 3.13 : import whois (/thread-43615.html)



python 3.13 : import whois - HansieB - Nov-30-2024

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


RE: python 3.13 : import whois - snippsat - Nov-30-2024

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