Hello,
I would like to create a executable from my python code with pyinstaller but with all dependencies in the same folder. In fact, I tried the "onefile" option, it worked but it was very slow. Now I try to use the "onedir" option but when I execute the program it's written:
Error loading Python DLL 'C:\Users\*****\AppData\Local\Temp\_MEI195242\python36.dll'
I put the DLL in the same folder but nothing appeared. Moreover I have to share my software so it's not possible for me to ask people to install a lot of things, all must be in just one folder, with the executable.
Thank you in advance