On Mon, Jul 21, 2008 at 1:59 PM, Ruivaldo Neto <[EMAIL PROTECTED]> wrote:

> Hi,
>
> I have a Python app that runs as a Windows Service. Inside this
> application, there is a Thread that starts a webservice.
> When this webservice is called, this thread displays a simple Tkinter
> window with some entry´s for input.
>
> But the mainloop simple stays running without presenting any popup or
> error.
> The app is running as SYSTEM on Windows. As other user, the code works
> great.
>
> Any advice to make this work ?
>
> Thanks in advance.
>
>

I think this is because you need to have the service marked as
"Interactive".  This page has some information:

http://msdn.microsoft.com/en-us/library/ms683502(VS.85).aspx

It might be worth asking the question in the py-win32 group or some windows
related forum.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to