Re: [python-win32] os.startfile() not working after py2exe into aservice

2006-01-18 Thread aurora
That was it. Thank you! I know many service do not need to interact with users. But there are also some background agent (say anti-virus) that may need to interact with users from time to time. wy On Wed, 18 Jan 2006 14:43:46 -0800, Mark Hammond <[EMAIL PROTECTED]> wrote: > Note that servi

Re: [python-win32] os.startfile() not working after py2exe into aservice

2006-01-18 Thread Mark Hammond
> Hopefully someone can enlighten me with this Windows issue. > > I use os.startfile() to launch pdf and html files. So far so good. > > Build using py2exe. Install as service. When os.startfile() is > ran inside > service, nothing happens. No error message. Nothing as all. > > Even if I build it a