为了账号安全,请及时绑定邮箱和手机立即绑定

为什么在输入python hello.py之后出现了socket error

http://0.0.0.0:8080/

Traceback (most recent call last):

  File "hello.py", line 15, in <module>

    app.run()

  File "C:\Python27\lib\site-packages\web\application.py", line 313, in run

    return wsgi.runwsgi(self.wsgifunc(*middleware))

  File "C:\Python27\lib\site-packages\web\wsgi.py", line 59, in runwsgi

    return httpserver.runsimple(func, server_addr)

  File "C:\Python27\lib\site-packages\web\httpserver.py", line 157, in runsimple

    server.start()

  File "C:\Python27\lib\site-packages\web\wsgiserver\__init__.py", line 1753, in start

    raise socket.error(msg)

socket.error: No socket could be created


正在回答

3 回答

这种情况是端口被占用,换个端口即可

python code.py 8181 #指定到8181端口执行

0 回复 有任何疑惑可以回复我~

可能是端口被占用

0 回复 有任何疑惑可以回复我~

尝试关闭防火墙

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么在输入python hello.py之后出现了socket error

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信