AttributeError: type object 'datetime.datetime' has no attribute 'datetime'

エラーAttributeError

エラーメッセージ

 状態:-  閲覧数:618  投稿日:2017-11-11  更新日:2017-11-11  
AttributeError: type object 'datetime.datetime' has no attribute 'datetime'

修正前
from datetime import datetime

修正後
import datetime



AttributeError: module 'sys' has no attribute 'setdefaultencoding'

コメント投稿(ログインが必要)