I'm learning to code with python 3.9, but the resources I'm using are referred to a previous build. In one of the exercises I'm supposed to use pythonw.exe to run a script in the background, however I don't have such file in my installation folder.
After searching online, I have found that the file must have been automatically deleted by the antivirus during the install. So I uninstalled and reinstalled again while disabling the antivirus during the install (malwarebytes + win defender), but pythonw is still missing.
At this point I don't know if there is another workaround or if there is an alternative to pythonw for version 3.9.. Anyone can help shed some light?
pythonw.exeis the same topython.exeasjavaw.exeis tojava.exe: it doesn't open a console window, on Windows. And it's included even in the embeddable package, docs.python.org/3/using/windows.html#the-embeddable-packagepython.exe, the difference is having/not having an extra console window appearing on the screen.