---------------------------cx_Freeze: Python error in main script
---------------------------
Traceback (most recent call last):
File "C:\Python34\lib\urllib\request.py", line 1626, in open
File "C:\Python34\lib\urllib\request.py", line 1805, in open_http
File "C:\Python34\lib\urllib\request.py", line 1785, in _open_generic_http
File "C:\Python34\lib\http\client.py", line 1088, in request
File "C:\Python34\lib\http\client.py", line 1126, in _send_request
File "C:\Python34\lib\http\client.py", line 1084, in endheaders
File "C:\Python34\lib\http\client.py", line 922, in _send_output
File "C:\Python34\lib\http\client.py", line 857, in send
File "C:\Python34\lib\http\client.py", line 834, in connect
File "C:\Python34\lib\socket.py", line 512, in create_connection
File "C:\Python34\lib\socket.py", line 503, in create_connection
TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Python34\lib\site-packages\cx_Freeze\initscripts\Console.py", line 27, in <module>
File "CaptainsLog.py", line 4208, in <module>
File "CaptainsLog.py", line 2014, in __init__
File "CaptainsLog.py", line 2639, in check_for_updates
File "CaptainsLog.py", line 2654, in download
File "C:\Python34\lib\urllib\request.py", line 1632, in open
File "C:\Python34\lib\urllib\request.py", line 1626, in open
File "C:\Python34\lib\urllib\request.py", line 1805, in open_http
File "C:\Python34\lib\urllib\request.py", line 1785, in _open_generic_http
File "C:\Python34\lib\http\client.py", line 1088, in request
File "C:\Python34\lib\http\client.py", line 1126, in _send_request
File "C:\Python34\lib\http\client.py", line 1084, in endheaders
File "C:\Python34\lib\http\client.py", line 922, in _send_output
File "C:\Python34\lib\http\client.py", line 857, in send
File "C:\Python34\lib\http\client.py", line 834, in connect
File "C:\Python34\lib\socket.py", line 512, in create_connection
File "C:\Python34\lib\socket.py", line 503, in create_connection
OSError: [Errno socket error] [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
---------------------------
OK
---------------------------