Skip to content

Made so it doesn't show a CMD window when this code runs on a compiled .exe file#44

Open
willnaoosmith wants to merge 3 commits intoyeongbin-jo:masterfrom
willnaoosmith:master
Open

Made so it doesn't show a CMD window when this code runs on a compiled .exe file#44
willnaoosmith wants to merge 3 commits intoyeongbin-jo:masterfrom
willnaoosmith:master

Conversation

@willnaoosmith
Copy link

When you create an .exe file which runs chromedriver_autoinstaller.install(), it briefly shows a CMD window that run any subprocess.Popen command that is on the utils.py file.

It doesn't show any windows after appending shell=True to every subprocess.Popen command on that file.

(In my case, the .exe file was created using nuitka with the --windows-disable-console option)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments