import tkMessageBox
from PIL import Image
elif UserHand == "Scissors":
tkMessageBox.showinfo("Your choice","You chose: Scissors")
im = Image.open('C:\\Users\\Jeroen\\Downloads\\Scissors.jpg')
im.show()
So. What I am trying to do is when a choice is made that it opens the picture, however the screen does open but it says that the file does not exists.
I checked it and when I go to the file path the picture is there. I hope you can help me
I can't post pictures but here are the pictures i wanted to add in:
http://gyazo.com/ce8ceca3128cdd2c95fbb6d77becf710
http://gyazo.com/bb148fd44d3e8117054e635b67635a80
Thanks, Jeroen