Re: [Twisted-Python] An error occurred with twisted 15.2.1 & python 3.4.3 on

2015-07-29 Thread Judy Craig
This is an automatic reply. I am away from the office for the summer, returning on Tuesday, August 25, 2015. I will be happy to get back to you then. Enjoy your summer! Judy Craig Student Services This email and any files transmitted with it may be confidential and are intended solely for t

Re: [Twisted-Python] An error occurred with twisted 15.2.1 & python 3.4.3 on windows

2015-07-29 Thread Ray Cote
On Tue, Jul 28, 2015 at 8:38 PM, Glyph Lefkowitz wrote: > No. For this reason, technically Twisted only supports Python 3 on > Linux. Does anyone feel like volunteering to set up a 3 builder? I wonder > if HawkOwl has already done this... > I know I don't have the personal bandwidth to deploy

Re: [Twisted-Python] conch defer for dataReceived

2015-07-29 Thread Alexey Panyovin
Thans You! I found same solution, but to another problem like this. Channel class: class SFTPChannel(channel.SSHChannel): name ='session' _sftp = defer.Deferred() # defer = def channelOpen(self, _):d =self.conn.sendRequest(self, 'subsystem', common.NS('sftp'), wantReply=True) s

Re: [Twisted-Python] conch defer for dataReceived

2015-07-29 Thread Glyph
> On Jul 28, 2015, at 10:02 PM, Alexey Panyovin wrote: > > I'm use self made queue for my task. > I'll try to amp. > > Thanks glyph! Good luck Alexey! Thanks for using Twisted! Please feel free to ask any more questions you have about using AMP. -glyph _