Tim Fisher

Results 1 issues of Tim Fisher

Windows 10 build 1903, Python 3.8.0, pywin32 227, an activated venv and the following simple Windows service implementation: ```python #!/usr/bin/env python import win32serviceutil, win32service, win32event, servicemanager from multiprocessing import Process...