[PyInstaller] Re: Debugging a Recursion Error

2021-03-22 Thread ttepperg
Hi Chris, all, I have just come across the same problem, and I could work around it by increasing the the recursion limit. However, I think this problem warrants a closer look (and certainly some thought into how to debug it) because in my particular case, it is *really* weird. Let me explain:

[PyInstaller] Re: Debugging a Recursion Error

2020-02-01 Thread 'Chris Barker' via PyInstaller
To pick up on my own note: Turns out I had an unneeded dependency on numpy and scipy. I wanted to remove that anyway, 'cause those are huge, and when I did, this recursion issue went away. But I do sometimes need scipy -- so it would good it could work. I suspect that PyInstaller could be a litt