What causes Python socket error?

前端 未结 4 749
予麋鹿
予麋鹿 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条回答
  •  没有蜡笔的小新
    2020-12-29 10:27

    I am assuming your are using the default port assigned by gae sdk so you might want to ensure that it is not used by any other programs.

提交回复
热议问题