How to launch python script as a windows Services -
using python 2.7 , windows 7. have python file(.py)
. want launch script windows service, i.e. code keep on running start end , never terminate.
i can convert .py
file exe-file
using py2exe. how launch , how code flow works in services. starts line 1 continue last line, , again starts line 1 of code.
i guess need start script windows startup. http://windows.microsoft.com/en-us/windows/run-program-automatically-windows-starts#1tc=windows-7
Comments
Post a Comment