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, it makes no difference.

You probably need to set the service to "interact with desktop" -
otherwise your files probably are being opened, but the window is not
visible as it has no access to the user's screen.

Paul.
_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to