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

2006-01-18 Thread Paul Moore
On 1/18/06, aurora <[EMAIL PROTECTED]> wrote: > Build using py2exe. Install as service. When os.startfile() is ran inside > service, nothing happens. No error message. Nothing as all. [...] > I'm suspecting priviledge issue. But even if I change the service logon as > myself instead of LocalAdmin,

[python-win32] os.startfile() not working after py2exe into a service

2006-01-18 Thread aurora
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 as .exe, the o