Re: exception should not stop program.

2017-10-07 Thread Prabu T.S.
On Saturday, October 7, 2017 at 12:38:11 PM UTC-4, Prabu T.S. wrote: > I would like to continue to second function invocation > "checkServiceStatus('AdobeARMservice')" even if the first >checkServiceStatus('Tomcat9') has any exception.Please advice.Se

exception should not stop program.

2017-10-07 Thread Prabu T.S.
I would like to continue to second function invocation "checkServiceStatus('AdobeARMservice')" even if the first checkServiceStatus('Tomcat9') has any exception.Please advice.Second function invocation not getting executed if any exception occurs in first.Please advice. import psutil def

Re: stop/start windows services -python command

2017-10-06 Thread Prabu T.S.
On Friday, October 6, 2017 at 4:29:48 AM UTC-4, Paul Moore wrote: > On 6 October 2017 at 04:52, Prabu T.S. wrote: > > On Thursday, October 5, 2017 at 9:00:19 PM UTC-4, MRAB wrote: > >> On 2017-10-06 01:37, Prabu T.S. wrote: > >> > On Thursday, October 5, 2017 a

Re: stop/start windows services -python command

2017-10-05 Thread Prabu T.S.
On Thursday, October 5, 2017 at 9:00:19 PM UTC-4, MRAB wrote: > On 2017-10-06 01:37, Prabu T.S. wrote: > > On Thursday, October 5, 2017 at 8:33:02 PM UTC-4, MRAB wrote: > >> On 2017-10-05 23:32, Prabu T.S. wrote: > >> > On Thursday, October 5, 2017 at 6:16

Re: stop/start windows services -python command

2017-10-05 Thread Prabu T.S.
On Thursday, October 5, 2017 at 8:33:02 PM UTC-4, MRAB wrote: > On 2017-10-05 23:32, Prabu T.S. wrote: > > On Thursday, October 5, 2017 at 6:16:44 PM UTC-4, Prabu T.S. wrote: > >> hello all,what is the command to stop and start windows services ? > >> i can't insta

Re: stop/start windows services -python command

2017-10-05 Thread Prabu T.S.
On Thursday, October 5, 2017 at 6:16:44 PM UTC-4, Prabu T.S. wrote: > hello all,what is the command to stop and start windows services ? > i can't install win32serviceutil bec am using latest python version. Please advice on this -- https://mail.python.org/mailman/listinfo/python-list