相关疑难解决方法(0)

socket.error:[Errno 48]地址已被使用

我正在尝试从mac终端设置一个带python的服务器.

我导航到文件夹位置使用:

python -m SimpleHTTPServer
Run Code Online (Sandbox Code Playgroud)

但这给了我错误:

socket.error: [Errno 48] Address already in use
Run Code Online (Sandbox Code Playgroud)

我以前使用相同的命令为我机器中不同位置的不同网站打开连接.

python macos simplehttpserver

196
推荐指数
10
解决办法
31万
查看次数

标签 统计

macos ×1

python ×1

simplehttpserver ×1