Hi all,
I have written a script on Anaplan connectivity through python.
Now I have converted that python script (.py) file to binary (.exe) file with the help of pyinstaller and --onefile
But on launching that '.exe' file, its taking too much time approximately 10 minutes or more than that.
Any suggestion please...