1. 程式人生 > >OSError: [Errno 98] Address already in use

OSError: [Errno 98] Address already in use

$ ps -fA | grep python
henry 127112 1181 0 12:07 ? 00:00:05 /usr/bin/python /usr/bin/x-terminal-emulator
henry 127201 124727 0 12:09 ? 00:00:01 python3 -u /home/henry/dev/myproject/flaskr/flaskr.py
henry 127252 127122 0 12:20 pts/4 00:00:00 grep --color=auto python
$ kill 127201