Python中的大小写输入错误(Importerror-TK)

2024-10-18 00:01:17

1、打开Python程序

Python中的大小写输入错误(Importerror-TK)

2、输入一段Python图形界面的小程序。

Python中的大小写输入错误(Importerror-TK)

3、由于程序中TK大小写的问题,Python会提示输入错误,“importerror".

Python中的大小写输入错误(Importerror-TK)

4、这里是TK的大小写错误,改正为Tk。

Python中的大小写输入错误(Importerror-TK)

5、这样程序就可以运行了。

Python中的大小写输入错误(Importerror-TK)
猜你喜欢