我有疑问,拜托。如何使用easyGUI显示图像?我搜索了很多,但我没弄明白该怎么做。我只发现这个代码用buttonm显示图像,这不是我想要的。
image = "python_and_check_logo.gif"
msg = "Do you like this picture?"
choices = ["Yes","No","No opinion"]
reply=buttonbox(msg,image=image,choices=choices)
答案 0 :(得分:1)
图像应与源代码位于同一目录中。或者,您可以提供图像变量的完整路径,例如image =' /Users/Desktop/python_and_check_logo.gif'。