Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #102568
| From | Ben Finney <ben+python@benfinney.id.au> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Daemon strategy |
| Date | 2016-02-06 10:10 +1100 |
| Message-ID | <mailman.26.1454713867.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> |
paul.hermeneutic@gmail.com writes: > On Fri, Feb 5, 2016 at 11:52 AM, Ben Finney <ben+python@benfinney.id.au> wrote: > > Since MS Windows lacks those facilities, ‘python-daemon’ can't use > > them. > > As you might imagine, I am not always able to specify which OS is > deployed. That does not mean that I am not responsible for getting the > work done. Perhaps you will tell me that what I want is not a daemon. I'm telling you none of those. What I'm telling you is MS Windows does not support what is needed to make a Unix daemon. You may need to re-visit the requirements and negotiate something different — a different deployment platform, or something which MS Windows can do which is less than a proper Unix daemon. > BTW, I thought that pip would know that python-daemon would not run on > my machine, but it had no complaints installing it. That gave me > unmerited hope. 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. If ‘pip’ does not honour that field and inform you of the incompatibility, you may want to report a bug to the ‘pip’ developers. -- \ “My business is to teach my aspirations to conform themselves | `\ to fact, not to try and make facts harmonise with my | _o__) aspirations.“ —Thomas Henry Huxley, 1860-09-23 | Ben Finney
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Daemon strategy Ben Finney <ben+python@benfinney.id.au> - 2016-02-06 10:10 +1100
csiph-web