Hello Guys,
I'm having an issue with a thread which I've not come across before and it has be baffled. The thread doesn't really do a lot, it simple contains a popen command to run something from cmd, now then i trigger the thread form my main application using the .start() method nothing happens, the command prompt program isn't triggered, yet as soon as a ctrl+c to close my application the thread then seems to kick into life and work. Any ideas what is causing this? Thanks guys, Rob
-- http://mail.python.org/mailman/listinfo/python-list