You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running on Linux, service.py attempts to from .windows import PyServiceWindows on Linux this will fail because pywin32 will not be installed. I propose to import PyServiceWindows or PyServiceLinux as PlatformService. This will allow us to simplify PyService.__init__ as well as we will not need to create a platform_map.
The text was updated successfully, but these errors were encountered:
When running on Linux, service.py attempts to
from .windows import PyServiceWindows
on Linux this will fail because pywin32 will not be installed. I propose to importPyServiceWindows
orPyServiceLinux
asPlatformService
. This will allow us to simplifyPyService.__init__
as well as we will not need to create aplatform_map
.The text was updated successfully, but these errors were encountered: