Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #102544 > unrolled thread

Re: Daemon strategy

Started byNathan Hilterbrand <nhilterbrand@gmail.com>
First post2016-02-05 13:58 -0500
Last post2016-02-05 13:58 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Daemon strategy Nathan Hilterbrand <nhilterbrand@gmail.com> - 2016-02-05 13:58 -0500

#102544 — Re: Daemon strategy

FromNathan Hilterbrand <nhilterbrand@gmail.com>
Date2016-02-05 13:58 -0500
SubjectRe: Daemon strategy
Message-ID<mailman.11.1454698705.2317.python-list@python.org>

On 02/05/2016 01:39 PM, paul.hermeneutic@gmail.com wrote:
> It appears that python-deamon would be exactly what I need. Alas,
> appears not to run on Windows. If I am wrong about that, please tell
> me.
>
> To what tools should I turn?
>
> I am not eager to produce a "service" on Windows unless it cannot be avoided.

I am not 100% sure exactly what you want to do, but you might take a 
look at using 'pythonw.exe' instead of 'python.exe'

YMMV

Nathan

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web