I am running WinPython 3.4.4.3 with pyinstaller 3.2 (obtained via pip install pyinstaller).
Now I\'ve got some really simple Qt4 code that I want to convert to EXE a
Sometimes even the limit 5000 is not enough. It helped me to set limit to 20000. (in file 'filename.spec')
import sys sys.setrecursionlimit(20000)