Nov-25-2018, 12:09 PM
Helloo,
Helloo, I have some question, i try to run simple Program for add photos in IDLE Python but not working. It is because to large or something? Can you tell me how and why? Thank you.
This is my Code:
Helloo, I have some question, i try to run simple Program for add photos in IDLE Python but not working. It is because to large or something? Can you tell me how and why? Thank you.
This is my Code:
1 2 3 4 5 6 7 8 9 |
from tkinter import * root = Tk() photo = PhotoImage( file = "mu_logo.png" ) #Nama file foto label = Label(root, image = photo) label.pack() root.mainloop() |
![[Image: Screenshot%2B%25289%2529.png]](https://2.bp.blogspot.com/-DbVEEJFRcgM/W_kqJz96XiI/AAAAAAAABJE/M4JqpENp9fggGj3femjroMxWQfRb45VdACLcBGAs/s1600/Screenshot%2B%25289%2529.png)