View Single Post
  #4  
Old 03-22-2012, 07:45 AM
JimC JimC is offline
Member
 
Join Date: Jun 2009
Posts: 42
I'd try either:

1) spawn a subsidiary thread using either the thread or threading module to create and handle the tkinter window (no idea if it would work), or;

2) Make the tkinter window a separate program that communicates with the vizard script through a socket.
Reply With Quote