Re: [Twisted-Python] Porting twisted.spread.banana to py3

2015-07-02 Thread Itamar Turner-Trauring
On 2015-07-01 17:33, Glyph wrote: > We may actually need to change the wire protocol to allow some applications > to continue to work on py3, to allow for a 'text' type that corresponds to > Python unicode. This should probably be done after the initial port though. Really? That seems like

Re: [Twisted-Python] Porting twisted.spread.banana to py3

2015-07-02 Thread Glyph
> On Jul 2, 2015, at 6:13 AM, Itamar Turner-Trauring > wrote: > > > On 2015-07-01 17:33, Glyph wrote: > >> >> We may actually need to change the wire protocol to allow some applications >> to continue to work on py3, to allow for a 'text' type that corresponds to >> Python unicode. This

Re: [Twisted-Python] Porting twisted.spread.banana to py3

2015-07-02 Thread Glyph Lefkowitz
> On Jul 2, 2015, at 11:12 AM, Glyph wrote: > > >> On Jul 2, 2015, at 6:13 AM, Itamar Turner-Trauring > > wrote: >> >> >> On 2015-07-01 17:33, Glyph wrote: >> >>> >>> We may actually need to change the wire protocol to allow some applications >>> to continue to

Re: [Twisted-Python] Silverberg CQL Driver

2015-07-02 Thread Jason J. W. Williams
Sorry for rewaking this thread. Finally getting around to playing with silverberg, but having a lot of trouble getting it to talk to Cassandra 2.1.6 (throws "unknown opcode 44" or "unknown opcode 81" depending on whether I'm trying to use authentication or not). Was curious if y'all ran without au

Re: [Twisted-Python] Silverberg CQL Driver

2015-07-02 Thread Manish Tomar
Hi Jason, On Thu, Jul 2, 2015 at 12:39 PM, Jason J. W. Williams wrote: > Sorry for rewaking this thread. Finally getting around to playing with > silverberg, but having a lot of trouble getting it to talk to > Cassandra 2.1.6 (throws "unknown opcode 44" or "unknown opcode 81" > depending on wheth