Re: [Twisted-Python] Can't identify protocol

2016-03-09 Thread Glyph Lefkowitz
> On Mar 9, 2016, at 3:34 PM, Matilda Bernard wrote: > > Thanks Glyph for the possible causes of this problem. I'm definitely curious if you manage to reach a resolution; please follow up with the list if you discover more information.

Re: [Twisted-Python] Can't identify protocol

2016-03-09 Thread Matilda Bernard
Will do. On Wednesday, March 9, 2016, Glyph Lefkowitz wrote: > On Mar 9, 2016, at 3:34 PM, Matilda Bernard > wrote: > > Thanks Glyph for the possible causes of this problem. > > > I'm definitely

Re: [Twisted-Python] Can't identify protocol

2016-03-09 Thread Matilda Bernard
Thanks Glyph for the possible causes of this problem. On Wed, Mar 9, 2016 at 12:07 PM, Glyph Lefkowitz wrote: > > On Mar 8, 2016, at 11:24 PM, Matilda Bernard wrote: > >"I've never seen this, personally, and my understanding of Twisted's >

Re: [Twisted-Python] Build and installation problem

2016-03-09 Thread Glyph Lefkowitz
> On Mar 9, 2016, at 3:13 AM, Angelo Conte wrote: > > Thank you Glyph for your kind answer. > 1) I've just tried and the same error appears, so it's not a Twisted specific > problem > 2) environment variables don't contain nothing special; there is no CFLAGS > entry. >

Re: [Twisted-Python] Can't identify protocol

2016-03-09 Thread Glyph Lefkowitz
> On Mar 8, 2016, at 11:24 PM, Matilda Bernard wrote: > >"I've never seen this, personally, and my understanding of Twisted's > transport mechanism is that it would be impossible unless the reactor were > completely frozen for a very long period of time (4+ minutes,

Re: [Twisted-Python] Build and installation problem

2016-03-09 Thread Angelo Conte
Thank you Glyph for your kind answer. 1) I've just tried and the same error appears, so it's not a Twisted specific problem 2) environment variables don't contain nothing special; there is no CFLAGS entry. I've also searched if there were something wrong in compiler's search dirs, but everything

Re: [Twisted-Python] Twisted serialport

2016-03-09 Thread Adi Roiban
On 9 March 2016 at 09:53, Chris West wrote: > I’m currently using the SerialPort connection type in twisted 15.5.0 with > python 2.7.7 on a windows machine. > > > > Twisted serial communications with the serial port fail when pyserial is > upgraded from 2.7 to 3.0.1 and fails

[Twisted-Python] Twisted serialport

2016-03-09 Thread Chris West
I'm currently using the SerialPort connection type in twisted 15.5.0 with python 2.7.7 on a windows machine. Twisted serial communications with the serial port fail when pyserial is upgraded from 2.7 to 3.0.1 and fails with the following error. Traceback (most recent call last): File