New question #404597 on Sikuli:
https://answers.launchpad.net/sikuli/+question/404597

Hi, I've got a problem with my programm, it's very heavy and it have to run for 
multiple days.
But I get this error :

[error] RuntimeError ( maximum recursion depth exceeded (Java 
StackOverflowError) )

I tried to use :


sys.setrecursionlimit(100000000)

But it stop after 4-5 hours, and I can't add a higher number because I get :
[error] TypeError ( setrecursionlimit(): 1st arg can't be coerced to int )

why ?
I don't care if my computer explode I just want to force the code to continue...

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to