[IronPython] Time out

2010-07-27 Thread Saeli Mathieu
)) { this.ErrorOutput = ThreadHandle.Error; } else { this.ErrorOutput = "Time Out, Infinit Loop"; } -- Saeli Mathieu. +33 6 45 32 78 47 {Epitech} 2012 Permanent GDL http://www.gamelab.epitech.net/ ___ Users mailing list Users@lists.ironpytho

[IronPython] Time out

2010-07-23 Thread Saeli Mathieu
= func().ToString(); this.Result will contain a string with the error of the Python Script if something wrong appended. ex: indentation or anything else. but I want to make the method scope.GetVariable<>() time out if the script contain an infinite loop. Does anybody know something about t