Hello Aaron On Wed, 5 Dec 2001, Aaron Held wrote: > > app = trans.application() > > from threading import Thread > > t = Thread(target=updater._threadTargetMethod, args=(app))
I don't know if you actually are using the above lines but shouldn't it be args=(app,) (note the comma)? :) Stefan _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss