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


Groups > comp.lang.python > #102573

Re: Daemon strategy

From Ian Kelly <ian.g.kelly@gmail.com>
Newsgroups comp.lang.python
Subject Re: Daemon strategy
Date 2016-02-06 00:16 -0700
Message-ID <mailman.31.1454743048.2317.python-list@python.org> (permalink)
References <CAJ4+4apHhfYBw33xVsG_dFbf9iEGfiiimh0mHCq=LGo0d96yWg@mail.gmail.com> <85d1sb9eh7.fsf@benfinney.id.au> <CAJ4+4aqwswjy4utNAZdGJPH1it2KZJF757N_GdB_xjyX_wt_gQ@mail.gmail.com> <858u2yah3d.fsf@benfinney.id.au>

Show all headers | View raw


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?

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Daemon strategy Ian Kelly <ian.g.kelly@gmail.com> - 2016-02-06 00:16 -0700

csiph-web