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


Groups > comp.lang.python > #64290 > unrolled thread

python-daemon for Python v3

Started byAsaf Las <roegltd@gmail.com>
First post2014-01-19 02:30 -0800
Last post2014-01-19 22:21 -0800
Articles 7 — 3 participants

Back to article view | Back to comp.lang.python


Contents

  python-daemon for Python v3 Asaf Las <roegltd@gmail.com> - 2014-01-19 02:30 -0800
    Re: python-daemon for Python v3 Ben Finney <ben+python@benfinney.id.au> - 2014-01-19 21:41 +1100
      Re: python-daemon for Python v3 Asaf Las <roegltd@gmail.com> - 2014-01-19 05:21 -0800
    Re: python-daemon for Python v3 Larry Martell <larry.martell@gmail.com> - 2014-01-19 12:30 -0700
      Re: python-daemon for Python v3 Asaf Las <roegltd@gmail.com> - 2014-01-19 20:57 -0800
        Re: python-daemon for Python v3 Larry Martell <larry.martell@gmail.com> - 2014-01-19 23:19 -0700
          Re: python-daemon for Python v3 Asaf Las <roegltd@gmail.com> - 2014-01-19 22:21 -0800

#64290 — python-daemon for Python v3

FromAsaf Las <roegltd@gmail.com>
Date2014-01-19 02:30 -0800
Subjectpython-daemon for Python v3
Message-ID<0fdbd07c-d792-4230-bc4c-f683110d87c4@googlegroups.com>
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.

Thanks 

Asaf

[toc] | [next] | [standalone]


#64292

FromBen Finney <ben+python@benfinney.id.au>
Date2014-01-19 21:41 +1100
Message-ID<mailman.5706.1390128104.18130.python-list@python.org>
In reply to#64290
Asaf Las <roegltd@gmail.com> writes:

> Is there ported to Python v3 python-daemon package?
>
> https://pypi.python.org/pypi/python-daemon/

Have a read through the archives for the ‘python-daemon-devel’
discussion forum
<URL:http://lists.alioth.debian.org/mailman/listinfo/python-daemon-devel>,
where we have had discussions about porting the library to Python 3.

I'd be interested to know who wants us to keep Python 2 compatibility.
If we can drop that, then a Python 3 version of the library would be
much easier to maintain.

We are also in need of an active maintainer for the ‘python-lockfile’
library <URL:https://pypi.python.org/pypi/lockfile/> which is commonly
used with ‘python-daemon’.

-- 
 \         “Pinky, are you pondering what I'm pondering?” “I think so, |
  `\    Brain, but if we give peas a chance, won't the lima beans feel |
_o__)                                left out?” —_Pinky and The Brain_ |
Ben Finney

[toc] | [prev] | [next] | [standalone]


#64294

FromAsaf Las <roegltd@gmail.com>
Date2014-01-19 05:21 -0800
Message-ID<6675c240-adaf-40ea-bb73-6247f94b861e@googlegroups.com>
In reply to#64292
On Sunday, January 19, 2014 12:41:31 PM UTC+2, Ben Finney wrote:
> Have a read through the archives for the ‘python-daemon-devel’
> discussion forum
> <URL:http://lists.alioth.debian.org/mailman/listinfo/python-daemon-devel>,
> where we have had discussions about porting the library to Python 3.
> I'd be interested to know who wants us to keep Python 2 compatibility.
> If we can drop that, then a Python 3 version of the library would be
> much easier to maintain.
Thanks. i have not seen this, but different port. it is on github.
yet got myself rid of errors during pip install, but was not sure about latter.

> We are also in need of an active maintainer for the ‘python-lockfile’
> library <URL:https://pypi.python.org/pypi/lockfile/> which is commonly
> used with ‘python-daemon’.

I would love to contribute but as a novice in Python, need time to make something valuable for community.

/Asaf

[toc] | [prev] | [next] | [standalone]


#64319

FromLarry Martell <larry.martell@gmail.com>
Date2014-01-19 12:30 -0700
Message-ID<mailman.5722.1390159828.18130.python-list@python.org>
In reply to#64290
On Sun, Jan 19, 2014 at 3:30 AM, Asaf Las <roegltd@gmail.com> 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

[toc] | [prev] | [next] | [standalone]


#64335

FromAsaf Las <roegltd@gmail.com>
Date2014-01-19 20:57 -0800
Message-ID<54f2f5ab-a1a9-4dd9-b0e9-41a24f354759@googlegroups.com>
In reply to#64319
On Sunday, January 19, 2014 9:30:21 PM UTC+2, Larry....@gmail.com wrote:
> On Sun, Jan 19, 2014 at 3:30 AM, Asaf Las <r....@gmail.com> wrote:
> 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

Thanks! i have seen this code before. Did you encounter any problem with 
it before for long running tasks? 

Asaf

[toc] | [prev] | [next] | [standalone]


#64337

FromLarry Martell <larry.martell@gmail.com>
Date2014-01-19 23:19 -0700
Message-ID<mailman.5734.1390198745.18130.python-list@python.org>
In reply to#64335
On Sun, Jan 19, 2014 at 9:57 PM, Asaf Las <roegltd@gmail.com> wrote:
> On Sunday, January 19, 2014 9:30:21 PM UTC+2, Larry....@gmail.com wrote:
>> On Sun, Jan 19, 2014 at 3:30 AM, Asaf Las <r....@gmail.com> wrote:
>> 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
>
> Thanks! i have seen this code before. Did you encounter any problem with
> it before for long running tasks?

Nope, no problems at all.

[toc] | [prev] | [next] | [standalone]


#64338

FromAsaf Las <roegltd@gmail.com>
Date2014-01-19 22:21 -0800
Message-ID<e34896b0-2242-4a1c-b3a9-de89ddfa98b7@googlegroups.com>
In reply to#64337
On Monday, January 20, 2014 8:19:04 AM UTC+2, Larry....@gmail.com wrote:
> Nope, no problems at all.

Thanks!

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web