Questions regarding the daemon module.

Ben Finney ben+python at benfinney.id.au
Sat Jan 28 16:26:38 EST 2012


David Lambert <dave at 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



More information about the Python-list mailing list