Pyinstaller exe freezing
-
Hello, whenever I freeze my file using pyinstaller in a bid to make it a standalone executable, the app crashes when I try to run it.
I used:
pyinstaller myFile.pyI've also tried
pyinstaller.exe myFile.pyI've also tried
pyinstaller --onefile --noconsole myFile.pyWhen I run the program, the folder gets build and dist subfolders. Inside these subfolders, the myFile.exe is seen there but when I try to run it, it crashes.
-
Hello, whenever I freeze my file using pyinstaller in a bid to make it a standalone executable, the app crashes when I try to run it.
I used:
pyinstaller myFile.pyI've also tried
pyinstaller.exe myFile.pyI've also tried
pyinstaller --onefile --noconsole myFile.pyWhen I run the program, the folder gets build and dist subfolders. Inside these subfolders, the myFile.exe is seen there but when I try to run it, it crashes.