I am trying to convert my python file to an exe using the following library :
pyinstaller --onfile -w xxx.py
I also tried with the flags but I get the following error :
RecursionError: maximum recursion depth exceeded while calling a Python object
What is the problem ?