[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

Re: [python-win32] Invalid number of parameters on makepy-generated method

2010-10-06 Thread Federico Fanton
Mark Hammond wrote: ["Invalid number of parameters"] Is the exception coming from the InvokeTypes call? Exactly.. I have a new bit of information though: I noticed that the problem arises ONLY when the controlled application (Alibre) is already running, while if it's not, there's no exception..