いつもお世話になっております。
表題のとおりhttp.server の実態ってあるのでしょうか?
(python3-toku) pi@raspberrypi:~/toku1/python3-toku1/bin $ python Python 3.7.3 (default, Dec 20 2019, 18:57:59) [GCC 8.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> from http.server import BaseHTTPRequestHandler, HTTPServer >>> http.server Traceback (most recent call last): File "<stdin>", line 1, in <module> NameError: name 'http' is not defined
このようになって name 'http' is not defined
で実態がないようにみえます。
これも組込み系なのでしょうか?
回答1件
あなたの回答
tips
プレビュー