I have a script ‘mysoft.py’. Compiling it with ‘pyinstaller –F –i icon.ico mysoft.py’ gives a good executable. It runs fine. Compiling it with ‘pyinstaller –F –w –i icon.ico mysoft.py’ gives a bad executable. When launching it, I get an error message “mysoft.py script failed to execute”. Any idea how to fix this?
Yitzhak -- 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/35D51586607F4D71A0F21E36C72A62EC%40ITSIKWNEW.
