Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: No module named tldextract #9

Closed
LOSTtokens opened this issue Sep 17, 2018 · 1 comment
Closed

ImportError: No module named tldextract #9

LOSTtokens opened this issue Sep 17, 2018 · 1 comment

Comments

@LOSTtokens
Copy link

Traceback (most recent call last):
File "teemo.py", line 46, in
from domainsites.CrtSearch import CrtSearch
File "/root/wangzhan/teemo/domainsites/CrtSearch.py", line 13, in
import tldextract
ImportError: No module named tldextract
Exception KeyError: KeyError(140336751116688,) in <module 'threading' from '/usr/lib/python2.7/threading.pyc'> ignored

@bit4woo
Copy link
Owner

bit4woo commented Sep 21, 2018

python uninstall tldextract
pip install tldextract

@bit4woo bit4woo closed this as completed Nov 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants