Hi
I had to change some libraries to lower case to get it working.
line1: Tkinter --> tkinter
line2: Queue --> queue
line41: Queue.Queue() --> queue.Queue()
line50: Queue.Empty --< queue.Empty
I am no Python professional maybe there is a better solution.
best regards
Alex