Re: [python-win32] Windows Services to run an Application (.exe) developed in python

2010-10-07 Thread Tim Roberts
Vinay Khemka wrote: > > I am trying hard to make the Application run as a windows services but > i am unable to crack it. > Actually my services get registered in Windows service console but > when i start my service , it basically > executes the Application(.exe) created in python and it gets stu

Re: [python-win32] Windows Services to run an Application (.exe) developed in python

2010-10-07 Thread Mark Hammond
On 6/10/2010 10:55 PM, Vinay Khemka wrote: Hi all, I am trying hard to make the Application run as a windows services but i am unable to crack it. Actually my services get registered in Windows service console but when i start my service , it basically executes the Application(.exe) created in

[python-win32] Windows Services to run an Application (.exe) developed in python

2010-10-06 Thread Vinay Khemka
Hi all, I am trying hard to make the Application run as a windows services but i am unable to crack it. Actually my services get registered in Windows service console but when i start my service , it basically executes the Application(.exe) created in python and it gets stuck in the code where