Re: [python-win32] Dispatching a win32com from within a win32service

2009-01-19 Thread Richard Zinn
Is there any way to attach to an existing itunes instance then? Or can I extend the 30 second delay period out to give it more time to launch the app? Actually, if you are saying that calling win32com.client.dispatch is going to launch that app as a separate process, then that isn't really what I

Re: [python-win32] Dispatching a win32com from within a win32service

2009-01-19 Thread Tim Roberts
Richard Zinn wrote: > > I've got an python app that I'm trying to access the iTunes com API > with, and this app runs as a Windows service. When I run it I get > these GetGoodDispatchAndUserName errors. I think it ends up being > related to the service not having security access to the Com > inte

[python-win32] Dispatching a win32com from within a win32service

2009-01-19 Thread Richard Zinn
Hi, I've got an python app that I'm trying to access the iTunes com API with, and this app runs as a Windows service. When I run it I get these GetGoodDispatchAndUserName errors. I think it ends up being related to the service not having security access to the Com interface? I've tried setting t