[python-win32] How to invoke Python program from Windows service?

2012-06-21 Thread Funke, Matt
I'm relatively new to the world of Windows programming, but I have a Python program I'd like to run every once in a while from a Windows service. I've gotten the service itself to run as it's supposed to, but attempts to run the program with a DOS command (using ProcessStartInfo) are unsuccessf

Re: [python-win32] How to invoke Python program from Windows service?

2012-06-21 Thread Mark Hammond
On 22/06/2012 6:25 AM, Funke, Matt wrote: I’m relatively new to the world of Windows programming, but I have a Python program I’d like to run every once in a while from a Windows service. I’ve gotten the service itself to run as it’s supposed to, but attempts to run the program with a DOS comman

Re: [python-win32] Installing pywin32 for Python 2.7 AMD64

2012-06-21 Thread Ferdinand Sousa
Hi Mark, I'm guessing User Access Control is not disabled for me. I have an administrator account on Win 7 Professional. While installing stuff, very often at the last step of the install wizard, I get the install button with the chequered shield symbol, indicating admin credentials required. Sinc