gone-phishing icon indicating copy to clipboard operation
gone-phishing copied to clipboard

Next Error!!!

Open Sucilsapkota opened this issue 9 years ago • 2 comments

File "whois.py", line 7, in from ipwhois import IPWhois ImportError: No module named ipwhois

Sucilsapkota avatar Aug 15 '16 04:08 Sucilsapkota

Try pip install ipwhois

brianwarehime avatar Aug 15 '16 05:08 brianwarehime

Sucilsapkota,

I added a requirements.txt file. All you should have to do run a git pull to get the new file and then run pip install -r requirements.txt and all the needed Python modules will be installed and you shouldn't run into these types of problems.

Let me know if that works for you.

egd-io avatar Aug 15 '16 05:08 egd-io