Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maximum recursion depth exceeded #13

Open
mugenishere opened this issue Jun 23, 2020 · 0 comments
Open

Maximum recursion depth exceeded #13

mugenishere opened this issue Jun 23, 2020 · 0 comments

Comments

@mugenishere
Copy link

mugenishere commented Jun 23, 2020

The program quits on launching reaper.py

C:\Users\username\AppData\Local\Programs\Python\Python36-32\python.exe D:/reaper-master/reaper.py
Traceback (most recent call last):
File "D:\reaper-master\components\globals.py", line 17, in _calc_path
return _calc_path(head)
File "D:\reaper-master\components\globals.py", line 17, in _calc_path
return _calc_path(head)
File "D:\reaper-master\components\globals.py", line 17, in _calc_path
return _calc_path(head)
[Previous line repeated 993 more times]
File "D:\reaper-master\components\globals.py", line 13, in _calc_path
head, tail = os.path.split(path)
File "C:\Users\username\AppData\Local\Programs\Python\Python36-32\lib\ntpath.py", line 206, in split
d, p = splitdrive(p)
File "C:\Users\username\AppData\Local\Programs\Python\Python36-32\lib\ntpath.py", line 141, in splitdrive
if len(p) >= 2:
RecursionError: maximum recursion depth exceeded in comparison

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant