Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在这里找到了一个类似的问题,但答案没有帮助。
我有一个 python 脚本和一个 .gif
两者都在同一个目录中。我正在尝试以下操作:
master = Tk() left = PhotoImage(file = "A.gif")
但是,我得到 gif 的“没有这样的文件或目录”异常。
我应该把它放在哪里以避免这种情况
您提到 the.gif和 the.py在同一个目录中,但这实际上并不相关。
.gif
.py
相关的是它是否在你的 python 进程.gif的当前工作目录中。
尝试其中之一:
PhotoImage