Forum: Poser Python Scripting


Subject: running two scripts (with tkinter GUI) at the same time

tromnek opened this issue on Dec 04, 2004 ยท 10 posts


tromnek posted Mon, 06 December 2004 at 9:59 PM

My specific problem right now is that I want to run a background process to listen for an incomming socket connection. Threads seems to be broken so I can't

kickit=threading.timer( 1.0, check_for_connection).

I had my script running under tkinter, but had problems when I ran somebody else's script with tkinter, while my script was running.
Any Ideas?