SpecialistOff.NET / Вопросы / Статьи / Фрагменты кода / Резюме / Метки / Помощь / Файлы

Список вопросов Печать

ImportError: cannot import name 'BaseHTTPRequestHandler' or 'HTTPServer' from partially initialized module 'http.server'


Метки: python http basehttprequesthandler httpserver 

from http.server import BaseHTTPRequestHandler, HTTPServer
ImportError: cannot import name 'BaseHTTPRequestHandler' from partially initialized module 'http.server' (most likely due to a circular import) (/usr/lib64/python3.11/http/server.py)
ImportError: cannot import name 'HTTPServer' from partially initialized module 'http.server' (most likely due to a circular import) (/usr/lib64/python3.11/http/server.py

Ответы

Возможно будут интересны и другие вопросы