I get the following error:
_tkinter.TclError: image "<PIL.Image.Image image mode=RGB size=625x176 at 0x17BCFDC5B80>" doesn't exist
after creating an image and trying to display it to a Canvas widget with .create_image. I set up print statements in my code that indicate that the image is being created and edited successfully. The error shows the correct dimensions for the image, too, so I'm almost certain that it's working up to that point. Do I need to convert the PIL object to a "real" image, or something?