Try running the executable from cmd instead of double-clicking it in your file explorer. i.e. After running pyinstaller --onefile your-code.py run dist\your-code.exe. It should still fail but it will print a Python error message so you know what its problem is. Post the error message here if it’s not self explanatory.
-- 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/787346ef-6b6d-4dcb-a40f-b29e54dd7f37n%40googlegroups.com.
