我在Windows 8.1上运行。我安装了Python 2.7.2,Zope接口4.1.1和Twisted 64bits。
当我使用扭曲时,我得到一个非常尴尬的错误。 我一直使用扭曲,从来没有得到这个错误。
我在写完from twisted.internet import reactor, protocol
socket.error: [Errno 10060] A connection attempt failed because the connected pa rty did not properly respond after a period of time, or established connection f ailed because connected host has failed to respond
答案 0 :(得分:0)
错误是说您尝试连接的服务器没有响应。您要么没有更正到正确的服务器,要么服务器没有设置为您想要的回复。另一种可能性是您没有打开适当的端口来建立连接。