What causes Python socket error?

前端 未结 4 733
予麋鹿
予麋鹿 2020-12-29 09:57
  File \"C:\\Python25\\lib\\SocketServer.py\", line 330, in __init__
    self.server_bind()
  File \"C:\\Python25\\lib\\BaseHTTPServer.py\", line 101, in server_bind         


        
4条回答
  •  萌比男神i
    2020-12-29 10:35

    run it as follow. This should work

    python -m 8888
    

    if this does not work. Try other numbers like 8080.

提交回复
热议问题