DLL errors usually mean that the app is broken everywhere but the machines which work already have the DLL elsewhere in PATH which makes it look like it works. Can you confirm that:
- python37.dll is not present in your build (you’ll have to disable 1dir to check this)? - Running where python37 from cmd yields something on the machines that work but nothing on the machine that doesn’t? But that particular DLL going missing tends to mean you’re using an unsupported distribution of Python (such as the one on the Windows store). If you switch to a vanilla Python from python.org <https://www.python.org/downloads/> that should get rid of it. -- 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/0b359edb-72cd-434b-aca7-8048b639fa0en%40googlegroups.com.
