Whenever I try and run this code:
encounter1 = buttonbox(image = "source.gif", msg = "A goblin approaches!", choices = ["Attack", "Heal"])
It just says "image file source.gif does not exist". I am currently using Python 3.6.1 with the latest version of easygui. The image is also in the same folder as the .py file. Thanks.