I’m using the Biometric Attendance Sync Tool in windows 10
trying to run in the command promt while closing the command promt the service also closed but its not like in Linux Ubuntu
its working fine in ubuntu. its running the background. anyone have suggestion how to run the script in the background
Use task scheduler in windows.
Actually I tried this solution Click Here
but while running in this command
python erpnext_sync_win.py install
getting permission error. please help me to setup
error
Installing service ERPNextBiometricPushService
copying host exe 'C:\Users\my-user\erp_biometric\env\Lib\site-packages\win32\pythonservice.exe' -> 'C:\Users\my-user\erp_biometric\env\pythonservice.exe'
copying helper dll 'C:\Users\my-user\erp_biometric\env\Lib\site-packages\pywin32_system32\pywintypes311.dll' -> 'C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1776.0_x64__qbz5n2kfra8p0\pywintypes311.dll'
Error installing service: Access is denied. (5)
Note: I tried in Administrator mode as well
1 Like
I am facing the same issue.