Attempting to use the following: Stackless.tasklet( self.r_run(args) ) I get the following post run error: "TypeError: tasklet function must be a callable"
It appears to run correctly, except for the above error post exit. Moving the arguments outside such as consistent w/ the PDF (i.e. stackless.tasklet ( self.r_run )(args) ), results in immediate exit without doing anything. Please advise any suggestions. Thanks, Andy
_______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
