If a string value named ExecutablePath exists, it must be the full path tothe python.exe (or equivalent) executable. If omitted, the environment isnot executable. (For PythonCore, the default is the python.exe file inthe directory referenced by the (Default) value.)
If a string value named WindowedExecutablePath exists, it must be a path tothe pythonw.exe (or equivalent) executable. If omitted, the default is thevalue of ExecutablePath, and if that is omitted the environment is notexecutable. (For PythonCore, the default is the pythonw.exe file in thedirectory referenced by the (Default) value.)
Adding the Python path to the PATH variable alleviates the need to use the full path to access the Python program in the command line. It instructs Windows to review all the folders added to the PATH environment variable and to look for the python.exe program in those folders.
However, please do not open github issues for general support requests, orfor problems or questions using the modules in this package - they will beclosed. For such issues, please email thepython-win32 mailing list -note that you must be subscribed to the list before posting.