关注
码龄
粉丝数
原力等级 --
被采纳
被点赞
采纳率
硬核IoT
2021-09-04 01:48
采纳率: 0%
浏览 38
首页
有问必答
python里tkinter.Tk()报错实在是找不到原因了[face]emoji:002.png[/face][face]emoji:002.png
有问必答
python
收起
写回答
好问题
0
提建议
关注问题
微信扫一扫
点击复制链接
分享
邀请回答
编辑
收藏
删除
结题
收藏
举报
1
条回答
默认
最新
关注
码龄
粉丝数
原力等级 --
被采纳
被点赞
采纳率
程序媛一枚~
新星创作者: python技术领域
2021-09-04 08:21
关注
tcl 没装成功
本回答被题主选为最佳回答
, 对您是否有帮助呢?
本回答被专家选为最佳回答
, 对您是否有帮助呢?
本回答被题主和专家选为最佳回答
, 对您是否有帮助呢?
解决
无用
评论
打赏
微信扫一扫
点击复制链接
分享
举报
评论
按下Enter换行,Ctrl+Enter发表内容
查看更多回答(0条)
向“C知道”追问
报告相同问题?
提交
关注问题
tkinter
多进程
报错
TypeError: cannot pickle ‘_
tkinter
.
tk
app‘ object eof error ran out of input
2022-08-08 17:04
D.Fu的博客
我错误的
原因
是因为第一个
报错
已经指明了:
python
不能pickle
tkinter
object, 导致了整个错误。就好了,另外也要注意在win中运行
python
多进程程序时要加上。
python
报错
:_
tkinter
.TclError: Can‘t find a usable init.tcl in the following directories:
2024-11-06 14:39
福娃团子的博客
原因
:系统查
找
的库目录不对,默认查
找
C:\Users\Administrator\AppData\Local\Programs\
Python
\
Python
313\lib,其中,C:\Users\Administrator\AppData\Local\Programs\
Python
\
Python
313是你的
Python
安装路径。
TADT-
python
报错
AttributeError: ‘_
tkinter
.
tk
app‘ object has no attribute ‘setGeometry‘
2020-08-29 09:44
热心市民付先生的博客
AttributeError: ‘_
tkinter
.
tk
app’ object has no attribute ‘setGeometry’ 错误代码详情: Traceback (most recent call last): File "demo_tadt.py", line 35, in <module> tracker.initialize_tadt...
Windows中
python
使用
tkinter
出现“_
tkinter
.TclError:Can‘t find a usable
tk
.tcl“
2023-07-24 09:02
qq_37864626的博客
Windows中
python
使用
tkinter
出现"_
tkinter
.TclError:Can't find a usable
tk
.tcl
python
语法root=
Tkinter
.
Tk
()
2021-03-08 09:25
lzh~的博客
1.
Tkinter
是一个
python
模块,是一个调用Tcl/
Tk
的接口,它是一个跨平台的脚本图形界面接口。
Tkinter
不是唯一的
python
图形编程接口,但是是 其中比较流行的一个。...root =
Tkinter
.
Tk
() root.mainloop() 4. 执行结果
python
报错
: _
tkinter
.TclError: couldn‘t recognize data in image file
2023-03-10 10:46
由心同学的博客
用
tkinter
只能装入GIF图片,但将图片后缀改为gif后仍然不可行,
原因
在于单纯修改后缀,并无法改变图片的类型。从网上下载一张GIF类型的图片插入即可,图片显示正常,但只是显示静态图片。PhotoImage的图片检查只看...
Python
报错
:_
tkinter
.TclError: couldn‘t recognize data in image file...
2021-09-08 08:15
~Dark的博客
在
Python
中使用
tkinter
导入图片时出现
报错
:_
tkinter
.TclError: couldn't recognize data in image file... global photo photo = PhotoImage(file="image/1.gif") self.lable3 = Label(self, image=photo) self....
python
_
tkinter
.TclError: couldn‘t recognize data in image file
2022-10-07 13:36
Deng872347348的博客
python
_
tkinter
.TclError: couldn‘t recognize data in image file 错误的解决
【
Python
】AttributeError: '_
tkinter
.
tk
app' object has no attribute 'pack'
2020-02-24 15:50
猫兮ぃCatci的博客
使用
Python
的
tkinter
时
报错
AttributeError: ‘_
tkinter
.
tk
app’ object has no attribute ‘pack’ 解决方法 检查你的代码,主窗口不能使用pack()方法 在代码的末尾设置监听mainloop() ...
python
使用
tk
报错
2022-12-15 17:34
我看刑的博客
Python
使用
tkinter
tk
的错误注意事项.
没有解决我的问题,
去提问
向专家提问
向AI提问
付费问答(悬赏)服务下线公告
◇ 用户帮助中心
◇ 新手如何提问
◇ 奖惩公告
问题事件
关注
码龄
粉丝数
原力等级 --
被采纳
被点赞
采纳率
创建了问题
9月4日