Re: [Tutor] RuntimeError: maximum recursion depth exceeded

2012-04-19 Thread Alan Gauld
On 19/04/12 20:51, James Stauble wrote: I have seen in a few places where this means my program is essentially in an endless loop, Yes same here. Its not necessarily an endless loop it may just be processing more items that Pythons call stack can hamndle, but in this case it is endless. #T

Re: [Tutor] RuntimeError: maximum recursion depth exceeded

2012-04-19 Thread Andreas Perstinger
On 2012-04-19 21:51, James Stauble wrote: I have seen in a few places where this means my program is essentially in an endless loop, but as far as I can see it is formatted correctly. Any help would be greatly appreciated. Thanks in advance. [snip] #This function gets the tip which will be ad