ModuleNotFoundError: No module named 'BaseHTTPRequestHandler'

1 개요[ | ]

root@localhost:~# python3 -c 'import BaseHTTPRequestHandler'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'BaseHTTPRequestHandler'
root@localhost:~# python3 -c 'import http.server'
root@localhost:~#

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}