简体   繁体   中英

Python-Help in Tkinter

I need some help, I am coding a Zip password Cracker.I am trying to create a gui interface for my cracker.
I want to show a message box for right password if founded in password file..
But, showinfo message box is not executing after clicking on crack button, while if i am printing password using print it is working..
So, help me why showinfo message box is not executing.
Here,

You cannot call Tkinter commands from any thread other than the main thread. Tkinter is not thread safe.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM