[python-win32] Is it possible to write a python app running at background on Windows?

Graeme Glass graemeglass at gmail.com
Tue Oct 21 08:55:46 CEST 2008


On Tue, Oct 21, 2008 at 4:50 AM, A. TNG <tang.jiyu at gmail.com> wrote:

> Hi,
>
> I'm looking for a way to write a python app running at background on
> Windows.
>
> Like some Instant Messenger applications, the app may have a main
> windows. When user click "close", main window disappears. But the app
> still runs. If user press some key combo, it may active the app and
> main window shows again. Since the app runs on Windows and there are
> many similar apps nowadays, I think It may not so difficult.
>
> Is there any nice guy could offer some code snippet or some open
> source project. So, I could find some hint there.
>
> Thanks in advance.
>
> --
> Best Regards,
> TANG Jiyu
>

Hey,
a simple search for:  service +win32 +python
and search for:  win32 +python +daemon

Returns back a multitude of results, loads of which have code snippets and
ideas.
HTH
G
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20081021/9bcdc26a/attachment.htm>


More information about the python-win32 mailing list