Executable gives no error, but does not run the code.

35 views
Skip to first unread message

Rutger van der Goot

unread,
Nov 16, 2020, 5:14:25 AM11/16/20
to PyInstaller
Hello everyone,

I made an executable of a python script using --w and the one file option.
When I run the python script it does what it requires to do.
However the executable runs for a while, but does not print any output.
The script reads input from excel, then transforms the input and writes the output to another excel file. 

Somehow the executable does not do the same as the original python script.

Please help me!

bwoodsend

unread,
Nov 16, 2020, 2:12:56 PM11/16/20
to PyInstaller

-w means no error output so you can’t see what’s wrong. Please turn it off. IMO that option shouldn’t exist seeing as no-one uses it for what it's actually for.

Reply all
Reply to author
Forward
0 new messages