Search code examples
pythoncompilationpyinstaller

Pyinstaller can't find a module? (error loading Python DLL)


I compiled my program with pyinstaller, and it works fine on my computer, but whenever I ty to run it in another computer (with no python), I get the following error:

Error loading Python DLL  
'C:\Users\perez\AppData\Local\Temp\_MEI28162\python310.dll'.
LoadLibrary: Cannot find specified module

What can I do? I'm not allowed to install python on the other computer


Solution

  • Ok, it was not working because I compiled the script with pyinstaller having python 3.10, but Windows 7's maximum python version is 3.8