Python Forum
maximum recursion depth exceeded
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
maximum recursion depth exceeded
#2
You have this error because the exit() function calls itself recursively. Replace it with
def exit():
    root.destroy()
Reply


Messages In This Thread
maximum recursion depth exceeded - by saba_keon - Apr-07-2018, 06:49 PM
RE: maximum recursion depth exceeded - by Gribouillis - Apr-07-2018, 07:47 PM
RE: maximum recursion depth exceeded - by saba_keon - Apr-07-2018, 08:19 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Pyinstaller Maximum recursion bug scales11 8 14,448 Nov-10-2023, 10:26 PM
Last Post: SuzanneKH09
  Max recursion depth.... Error MeloB 2 3,261 Feb-16-2022, 05:21 PM
Last Post: MeloB
  Time Limit Exceeded error loves 5 4,355 Dec-03-2020, 07:15 AM
Last Post: Sofia_Grace
Bug maximum recursion depth exceeded while calling a Python object error in python3 Prezess 4 5,700 Aug-02-2020, 02:21 PM
Last Post: deanhystad
  Requesting help with my implementation of depth-first search tigerfuchs 6 3,654 Sep-26-2019, 05:47 AM
Last Post: perfringo
  RecursionError: maximum recursion depth exceeded in comparison ? leoahum 11 16,248 Mar-18-2019, 01:53 PM
Last Post: leoahum
  Replace with Maximum Value leoahum 4 3,569 Mar-13-2019, 06:24 PM
Last Post: leoahum
  fibonacci ***Time limit exceeded*** frequency 18 12,940 Nov-29-2018, 09:03 PM
Last Post: frequency
  'Time Limit Exceeded' Problem bkpee3 2 7,361 Nov-14-2018, 03:51 AM
Last Post: bkpee3
  variable loop depth Skaperen 5 5,633 Jul-18-2018, 02:48 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020