I am trying to execute a basic PyDictionary
Python code, but I am getting a connection error even though I'm connected to the Internet.
Here is my code:
from PyDictionary import PyDictionary
dictionary=PyDictionary()
print (dictionary.meaning("Diligent"))
Error: The Following Error occured: HTTPConnectionPool(host='wordnetweb.princeton.edu', port=80): Max retries exceeded with url: /perl/webwn?s=Diligent (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x000000000A207CC0>: Failed to establish a new connection: [Errno 11004] getaddrinfo failed',))None