module 'tkinter' has no attribute 'scrolledtext'

469 阅读1分钟

module 'tkinter' has no attribute 'scrolledtext' 的解决方式, 我们只需要在导入时使用 3.7

from tkinter.scrolledtext import ScrolledText

2.x版本中我们仍需要使用 import tkinter.ScrolledText