AttributeError: module 'logging' has no attribute 'handlers'
・サブモジュールをインポートしなければならない
・(Jupyterでは)何かの拍子にインポートされている(?)
ということで
from logging import handlers
でhandlersをインポートしなくてはならないとのこと。
https://stackoverflow.com/questions/3781522/why-do-python-modules-sometimes-not-import-their-sub-modules
0 件のコメント:
コメントを投稿