> But a thread leaves the script running until the thread exits, right? > So the webpage would just keep saying "loading" at the bottom I think. > > -Greg
give it a shot. if you spawn off a new thread your code should keep executing while the thread does its work in the "background". -- http://mail.python.org/mailman/listinfo/python-list