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


Groups > comp.lang.python > #19559

Re: Questions regarding the daemon module.

From Ben Finney <ben+python@benfinney.id.au>
Newsgroups comp.lang.python
Subject Re: Questions regarding the daemon module.
References <mailman.5175.1327759344.27778.python-list@python.org>
Date 2012-01-29 08:26 +1100
Message-ID <8762fvy0vl.fsf@benfinney.id.au> (permalink)
Organization Unlimited download news at news.astraweb.com

Show all headers | View raw


David Lambert <dave@lambsys.com> writes:

> I was looking for a simple way to daemonize a Python process, and found:
>
> http://www.python.org/dev/peps/pep-3143/
>
> I used easy_install to add this package (I thought), but when I attempted
> to use the example in the above link, I got the error:
>
>
> AttributeError: 'module' object has no attribute 'DaemonContext'

What command did you use to install ‘python-daemon’?

-- 
 \       “The apparent lesson of the Inquisition is that insistence on |
  `\         uniformity of belief is fatal to intellectual, moral, and |
_o__)    spiritual health.” —_The Uses Of The Past_, Herbert J. Muller |
Ben Finney

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


Thread

Questions regarding the daemon module. David Lambert <dave@lambsys.com> - 2012-01-28 07:54 -0600
  Re: Questions regarding the daemon module. Ben Finney <ben+python@benfinney.id.au> - 2012-01-29 08:26 +1100

csiph-web