My problem may be very simple.
I want to use a Tkinter window to show informations to the user, so that he could enter his answers to the Python Shell. The problem is that when the Tkinter Window appears, the Python Shell will no longer receive any command before I destroy the Tkinter Window.
This is very unconfortable, cause I would like the user to be able to answer with the proper informations under his eyes.
Can I do something, and What?
Thanks.