Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.025 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'url:pypi': 0.03; 'subject:Python': 0.06; 'python': 0.11; 'jan': 0.12; 'clauses': 0.16; 'ported': 0.16; 'url:py': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'input': 0.22; 'to:name:python-list@python.org': 0.22; 'package.': 0.24; 'url:02': 0.24; 'header:In-Reply-To:1': 0.27; 'feature': 0.29; 'am,': 0.29; 'relative': 0.30; 'message- id:@mail.gmail.com': 0.30; 'url:python': 0.33; 'community': 0.33; 'except': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'url:org': 0.36; 'las': 0.37; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'mentioned': 0.61; 'simple': 0.61; 'afraid': 0.65; 'package?': 0.84; 'url:2007': 0.84; 'technique': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=06mT5KULOVFBpuvstgo8LfnlANnNxh1ZLAW1E1iH3fE=; b=leW2OoniEPAoO6QEDwYGJGopiJ/F19KXlusI03ejd/kB9gG2C5CZiLEnJX6mzU6Ynm Ro9Mp6uwR4hIkZA4m8BLU9/x3A6WX5im1TWjQlQf7AhJMq1NySq+Mz+X/avNTwsIRG4A ymMKhHUAjvBk5dD+tMBIQK7bzMg4ixMtDVMOBaP7fiPmtipOID87pzkaVOhxzQQrSs9z 39dhFZUuprzlPctRbol3tUncbIXqHrFw7RJlV08zmLUmlNSl2yR7BDeLi8vGFmZWq2cC PXWOsexHyNh8+hao3DNbvVLF5ErHrOoziZJmZxpIXS399iSj157o4lSD5wZhCRrlc1vq wpBw== MIME-Version: 1.0 X-Received: by 10.194.178.135 with SMTP id cy7mr11207871wjc.21.1390159821093; Sun, 19 Jan 2014 11:30:21 -0800 (PST) In-Reply-To: <0fdbd07c-d792-4230-bc4c-f683110d87c4@googlegroups.com> References: <0fdbd07c-d792-4230-bc4c-f683110d87c4@googlegroups.com> Date: Sun, 19 Jan 2014 12:30:21 -0700 Subject: Re: python-daemon for Python v3 From: Larry Martell To: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1390159828 news.xs4all.nl 2867 [2001:888:2000:d::a6]:46430 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:64319 On Sun, Jan 19, 2014 at 3:30 AM, Asaf Las wrote: > Hi Community > > Is there ported to Python v3 python-daemon package? > > https://pypi.python.org/pypi/python-daemon/ > > i am afraid it is not as simple as correction of relative path input > feature and except clauses in mentioned package. I use this technique for demonizing: http://www.jejik.com/articles/2007/02/a_simple_unix_linux_daemon_in_python/ And has been ported to 3: http://www.jejik.com/files/examples/daemon3x.py