Re: [Twisted-Python] enable ssl in python application.

2013-07-17 Thread exarkun
On 06:09 am, girish...@gmail.com wrote: I want to enable ssl on port 7081 for my python application I'm using this port for xmlrpc. I have twisted library installed but I'm not getting exactly how to use it's functions to enable ssl. here is my code. Have you read the SSL documentation? See h

[Twisted-Python] Passing arguments to protocol instances (was Re: Testing AMP-based code)

2013-07-17 Thread exarkun
On 16 Jul, 07:13 pm, march...@ya.ru wrote: twistedmatrix.com> writes: I think this is thinking in the right direction. Twisted generally tries to be responsible for testing its own code, and the serialization from commands to bytes (and the reverse) that AMP does is part of Twisted, so you s

Re: [Twisted-Python] Setting socket options before connect

2013-07-17 Thread Glyph
On Jul 15, 2013, at 4:44 AM, exar...@twistedmatrix.com wrote: > On 01:01 am, gl...@twistedmatrix.com wrote: >> >> On Jul 12, 2013, at 5:09 AM, exar...@twistedmatrix.com wrote: >>> On 10:42 am, p.may...@imperial.ac.uk wrote: On 12/07/13 11:34, Itamar Turner-Trauring wrote: > Subclass twi

Re: [Twisted-Python] Passing arguments to protocol instances (was Re: Testing AMP-based code)

2013-07-17 Thread MichaelMayorov
Great thanks! That helps me a lot! ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

[Twisted-Python] SQL ORM for Twisted & PostgreSQL?

2013-07-17 Thread Jeffrey Ollie
I know that this has been asked before, but it's been a while and I'm hoping for some good news. Is there a SQL ORM that works well with Twisted and PostgreSQL? In particular I'm hoping to find something that works with txpostgres as that's the library I prefer to access the database with. -- Je