[python-win32] os.startfile() not working after py2exe into aservice
aurora
aurora00 at gmail.com
Thu Jan 19 05:20:36 CET 2006
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
<mhammond at skippinet.com.au> wrote:
> Note that services generally have no access to your desktop, so the
> startfile() may actually be succeeding, but invisible to you. Try
> playing
> with the "Allow service to interact with the desktop" flag, but even
> then,
> doing this kind of thing from a service is not recommended (services
> really
> are designed for programs that never need to interact with the user)
>
> Mark
More information about the Python-win32
mailing list