学python过程中遇到的一些问题及解决方法

  • [bug]socket.error: [Errno 48] Address already in use
    [solustion]ps -fA | grep python
    kill 对应的端口
    这里写图片描述
posted @ 2016-04-01 01:00  cn_wk  阅读(204)  评论(0)    收藏  举报