threads and return values

Timothy Smith timothy at open-networks.net
Wed Sep 13 20:34:25 EDT 2006


say i'm issuing

t = Thread(target=lambda: WeeklyReportPDF.MakeReport(self.UserNameValue, 
self.PassWordValue,ReportType,self.db))
t.start()

which works just fine, BUT how do i get access to the return value of 
WeeklyReportPDF.MakeReport() ??




More information about the Python-list mailing list