python报错解决:ModuleNotFoundError: No module named ‘http.server‘; ‘http‘ is not a package
代码importhttp.serverimportsocketserverPORT=8000Handler=http.server.SimpleHTTPRequestHandlerwithsocketserver.TCPServer(("",PORT),Handler)ashttpd:print("servingatport",PORT)httpd.serve_forever()报错问题原因py文