I am using pyinstaller to make an exe file in python.

It works fine when I compile a ''Hello world!'' code, but if I import any package to the code, I receive Recursion Error.

Also, Increasing ''sys.setrecursionlimit'' wont help.

Similar questions and discussions