Comments on: writing python daemons http://coder.cl/2012/05/writing-python-daemons/ web developer & system programmer Wed, 17 Oct 2012 11:33:51 +0000 hourly 1 http://wordpress.org/?v=3.4.2 By: dmw http://coder.cl/2012/05/writing-python-daemons/#comment-235 dmw Mon, 21 May 2012 10:46:46 +0000 http://coder.cl/?p=2456#comment-235 <p>I meant this package:</p> <pre name="code" class="brush:python;"> author = u'Ben Finney <ben+python@benfinney.id.au>' author_email = u'ben+python@benfinney.id.au' author_name = u'Ben Finney' copyright = u'Copyright © 2001—2009 Ben Finney <ben+python@benfinney.id.au>' copyright_year = '2009' </pre> <p>Please try <tt>pydoc daemon.version</tt>.</p> I meant this package:

    author = u'Ben Finney <ben+python@benfinney.id.au>'
    author_email = u'ben+python@benfinney.id.au'
    author_name = u'Ben Finney'
    copyright = u'Copyright © 2001—2009 Ben Finney <ben+python@benfinney.id.au>'
    copyright_year = '2009'

Please try pydoc daemon.version.

]]>
By: Wes Mason http://coder.cl/2012/05/writing-python-daemons/#comment-234 Wes Mason Mon, 21 May 2012 09:51:04 +0000 http://coder.cl/?p=2456#comment-234 Are you referencing a particular lib off say pypi? From what I can see "daemon" isn't a standard module/package provided by either 2.7 or 3.x, and there are several third party libs which all use the "daemon" namespace. Are you referencing a particular lib off say pypi? From what I can see “daemon” isn’t a standard module/package provided by either 2.7 or 3.x, and there are several third party libs which all use the “daemon” namespace.

]]>