urlextractor icon indicating copy to clipboard operation
urlextractor copied to clipboard

how to run it in window7?

Open roger125 opened this issue 8 years ago • 1 comments

hi Team, i'm a relatively newbie for coding stuff, so don't know how to run this. can anyone help? i try to run it via windows->cmd, but get the error- C:\Users\Administrator\Desktop\urlextractor-master>python urlextractor.py Traceback (most recent call last): File "urlextractor.py", line 33, in import tldextract ImportError: No module named 'tldextract'

how to solve it, Thanks In Advance.

roger125 avatar May 21 '16 04:05 roger125

@roger125 install pip and then install tldextract

widnyana avatar Jun 15 '16 12:06 widnyana