Re: python-daemon for Python v3

2014-08-22 Thread Y@i$el
A mi si me ha dado problemas. No tengo forma de decirle que se ejecute como 
usuario www-data y cuando lo intento deja de funcionar abruptamente. Saludos.

-- 
https://mail.python.org/mailman/listinfo/python-list


Re: python-daemon for Python v3

2014-08-22 Thread Terry Reedy

On 8/22/2014 9:09 PM, Y@i$el wrote:

A mi si me ha dado problemas. No tengo forma de decirle que se ejecute como 
usuario www-data y cuando lo intento deja de funcionar abruptamente.


I can almost, but not really understand and translate the question.

Possiblemente debe visitar un grupo in espanol.
news.gmane.org tiene
gmane.comp.python.general.castellano o
gmane.comp.python.general.hispano

Por un tiempo, lei'
http://python.org.ar/ListaDeCorreo

--
Terry Jan Reedy

--
https://mail.python.org/mailman/listinfo/python-list


Re: python-daemon for Python v3

2014-06-26 Thread ryuanerin
2014년 1월 19일 일요일 오후 7시 30분 27초 UTC+9, Asaf Las 님의 말:
 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

-- 
https://mail.python.org/mailman/listinfo/python-list


Re: python-daemon for Python v3

2014-01-19 Thread Ben Finney
Asaf Las roeg...@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

-- 
https://mail.python.org/mailman/listinfo/python-list


Re: python-daemon for Python v3

2014-01-19 Thread Asaf Las
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
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: python-daemon for Python v3

2014-01-19 Thread Larry Martell
On Sun, Jan 19, 2014 at 3:30 AM, Asaf Las roeg...@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
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: python-daemon for Python v3

2014-01-19 Thread Asaf Las
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
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: python-daemon for Python v3

2014-01-19 Thread Larry Martell
On Sun, Jan 19, 2014 at 9:57 PM, Asaf Las roeg...@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.
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: python-daemon for Python v3

2014-01-19 Thread Asaf Las
On Monday, January 20, 2014 8:19:04 AM UTC+2, larry@gmail.com wrote:
 Nope, no problems at all.

Thanks!
-- 
https://mail.python.org/mailman/listinfo/python-list