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


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

Re: Daemon strategy

Started byIan Kelly <ian.g.kelly@gmail.com>
First post2016-02-06 00:16 -0700
Last post2016-02-06 00:16 -0700
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 Ian Kelly <ian.g.kelly@gmail.com> - 2016-02-06 00:16 -0700

#102573 — Re: Daemon strategy

FromIan Kelly <ian.g.kelly@gmail.com>
Date2016-02-06 00:16 -0700
SubjectRe: Daemon strategy
Message-ID<mailman.31.1454743048.2317.python-list@python.org>
On Fri, Feb 5, 2016 at 4:10 PM, Ben Finney <ben+python@benfinney.id.au> wrote:
> Sorry to learn that. The PyPI metadata for ‘python-daemon’
> <URL:https://pypi.python.org/pypi/python-daemon/> explicitly declares
> the supported OS limited to “Operating System :: POSIX”, which MS
> Windows is not compatible with.

Depends on the version: https://en.wikipedia.org/wiki/Windows_Services_for_UNIX

Unfortunately that's no longer available for modern Windows. But it's
not the only option either:
https://en.wikipedia.org/wiki/POSIX#POSIX_for_Windows

> If ‘pip’ does not honour that field and inform you of the
> incompatibility, you may want to report a bug to the ‘pip’ developers.

Linux and FreeBSD are also not POSIX-certified, even though they
mostly comply. Should pip warn about those also?

[toc] | [standalone]


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


csiph-web