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 -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/2dd02bab-ef71-42bf-a0a1-97b5a0778617%40googlegroups.com.
