[Tutor] Tkinter Help

arsyed arsyed at gmail.com
Mon Jul 21 22:58:52 CEST 2008


On Mon, Jul 21, 2008 at 1:59 PM, Ruivaldo Neto <ruivaldo at gmail.com> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20080721/efe784ab/attachment.htm>


More information about the Tutor mailing list