3

If I use py2exe to convert a .pyw to a .exe, will it run with a console open? I have some Python files I want to run in the background that I'm going to need to have on computers that don't have Python installed.

Qilver
  • 31
  • 1
  • 2

1 Answers1

6

Use the windows parameter (instead of console) in your py2exe configuration, and no terminal window will appear.

Make a py2exe exe run without a console?

Community
  • 1
  • 1
FogleBird
  • 74,300
  • 25
  • 125
  • 131