-
Notifications
You must be signed in to change notification settings - Fork 2
Description
C:\Users\DELL\Downloads\Visual-Cryptography-based-Voting-System-master\dev>python Client.py
Exception in thread Thread-1:
Traceback (most recent call last):
File "C:\Users\DELL\AppData\Local\Programs\Python\Python37\lib\threading.py", line 926, in _bootstrap_inner
self.run()
File "C:\Users\DELL\AppData\Local\Programs\Python\Python37\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "Client.py", line 72, in validation
if (validate_email(email_addr, check_mx=True, verify=True, smtp_timeout=60)):
File "C:\Users\DELL\AppData\Local\Programs\Python\Python37\lib\site-packages\validate_email.py", line 131, in validate_email
raise Exception('For check the mx records or check if the email exists you must '
Exception: For check the mx records or check if the email exists you must have installed pyDNS python package