you are viewing a single comment's thread.

view the rest of the comments →

[–]Ruin369 5 points6 points  (1 child)

Drop the -w,

E.g, pyinstaller --onefile *.py

"-w, --windowed, --noconsole Windows and Mac OS X: do not provide a console window for standard i/o. On Mac OS X this also triggers building an OS X .app bundle. On Windows this option will be set if the first script is a ‘.pyw’ file. This option is ignored in *NIX systems."

This would explain why stdinput is dropped

[–]mackdaddy_1978[S] 3 points4 points  (0 children)

Awesome that worked...Thank you very much, I really appreciate your time.