[Twisted-Python] PotentialZombieWarning warning message?

2015-12-14 Thread pisymbol .
Hi: I'd like to adopt Twisted for a current project I'm coding up. I'm on CentOS 6.7 x86-64 using python v2.6 and the stock python-twisted-8.2.0-3.1 package built for this release. No matter what I do when trying to implement the Process protocol or use utils.getProcessOutput() directly, I always

Re: [Twisted-Python] PotentialZombieWarning warning message?

2015-12-14 Thread pisymbol .
On Mon, Dec 14, 2015 at 10:09 AM, Amber "Hawkie" Brown wrote: > >> On 14 Dec 2015, at 22:52, pisymbol . wrote: >> >> Hi: >> >> I'd like to adopt Twisted for a current project I'm coding up. I'm on >> CentOS 6.7 x86-64 using python

Re: [Twisted-Python] PotentialZombieWarning warning message?

2015-12-14 Thread pisymbol .
On Mon, Dec 14, 2015 at 4:51 PM, Glyph Lefkowitz wrote: > I did a pip install and it said I needed Python 2.7 or higher. Let me > reevaluate if I can just update twisted. > > > Try `pip install twisted==15.4´ if you still require Python2.6 support; `pip > install twisted´ will install the latest,

Re: [Twisted-Python] PotentialZombieWarning warning message?

2015-12-14 Thread pisymbol .
On Mon, Dec 14, 2015 at 7:43 PM, Glyph Lefkowitz wrote: > >> On Dec 14, 2015, at 3:53 PM, pisymbol . wrote: >> >> On Mon, Dec 14, 2015 at 4:51 PM, Glyph Lefkowitz >> wrote: >>> I did a pip install and it said I needed Python 2.7 or higher. Let me >>