Hello, I want to convert my python code into an executable. The "onefile" option of pyinstaller works but it's too slow for me (more than 45 seconds). I would like to have a little exe (and fast one) with all librairies in the same folder (it's not a problem). However when I use the "onedir" option, my program reports :
"Error loading python DLL 'C:\Users\******\AppData\Local\Temp\_MEI195242\python36.dll'. Loadlibrary: le module spécifié est introuvable". I have already put the python36.dll in the same folder but it doesn't work. If someone could help me to have a folder with all files and a executable it would be nice. Moreover I have to share this software after that so I can't ask to people to make some sophisticated installations, all must be in one folder. 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/8b10b713-8568-4eeb-9d32-b5c7d53cccca%40googlegroups.com.
