The modules used in this example are part of pywin32 (Python for Windows extensions). Depending on how you installed Python, you might need to install this separately.
import win32serviceutil
import win32service
import win32event
import servicemanager
import socket
class AppServerSvc (win3...