On 10 Nov, 11:07, Astley Le Jasper <[EMAIL PROTECTED]> wrote: > Sorry ... that should be: > > for sitename in mysites: > log.info("define thread") > > thread_list[sitename]=threading.Thread(name=sitename,target=myproceedure, > args=(sitename,)) > log.info("done") > thread_list[sitename].start() > log.info("Started")
Ok ... I just tried running it in the terminal and it works ... so I presume there must be an issue with IDLE? -- http://mail.python.org/mailman/listinfo/python-list