我的Python版本是3.4,在运行standalone.py的时候,遇上这样的错误:
no module named basehttpserver
自己也查看了当前目录下的文件,确实没有basehttpServer。请问如何获取BaseHTTPServer,是不是需要下载什么?
错误代码:
Traceback (most recent call last):
File "D:\Program Files\app\pywebsocket\pywebsocket-master\mod_pywebsocket\standalone.py", line 159, in <module>
from BaseHTTPServer import BaseHTTPRequestHandler
ImportError: No module named 'BaseHTTPServer'
目录文件截图:
