Python urllib2 cannot open localhost on alternate port (not 80)? Error 10013

前端 未结 1 1618
北荒
北荒 2021-01-03 09:10

Here is my server.py:

import BaseHTTPServer
import SocketServer

class TestRequestHandler(BaseHTTPServer.BaseHTTPRequestHandler):
    def do         


        
相关标签:
1条回答
  • 2021-01-03 10:03

    The local firewall prevented the connection. When it's disabled, everything works.

    0 讨论(0)
提交回复
热议问题