From 025f1fef16608d41df6eb30b957a74fb69045052 Mon Sep 17 00:00:00 2001 From: naman108 Date: Mon, 27 Apr 2020 10:43:24 -0300 Subject: [PATCH] Update README.md --- TAKfreeServer/TAKWinService/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TAKfreeServer/TAKWinService/README.md b/TAKfreeServer/TAKWinService/README.md index ae428dae..741a7233 100644 --- a/TAKfreeServer/TAKWinService/README.md +++ b/TAKfreeServer/TAKWinService/README.md @@ -46,7 +46,8 @@ cmd > pip install pywin32 ``` ## Python windows service “Error starting service: The service did not respond to the start or control request in a timely fashion” attempt to add python to the system path +``` setx /M PATH "%PATH%;'path to your python installation file';C:\Python38\Scripts;'path to your python installation file'\Lib\site-packages\pywin32_system32;'path to your python installation file'\Lib\site-packages\win32 - +``` > side note TAKFreeServer_running_as_service.py can be run independently without being run as service