[Twisted-Python] JOB OPENING Python, Twisted, Javascript

2012-08-14 Thread John Spencer
We have a client here in MA looking for a Sr or Prin level consultant with a strong background in Python and Javascript. Experience with Twisted is a plus as is any Dojo experience. Work must be done on site and must be able to interview in person as well. Please call or email me with any quest

[Twisted-Python] About CONNECT method and Proxy HTTPS

2012-08-14 Thread Román Ramírez
Hello all, This is my first email in this list so thanks everyone in advance and Hello :) I have a quick question about the Proxy class and the CONNECT method (for tunneling SSL). I've already solved the certificate issues as I use a fixed *.testdomain.com certificare for my service. What I cann

Re: [Twisted-Python] Using StandardIO and pipes.

2012-08-14 Thread exarkun
On 07:51 am, lacrima.ma...@gmail.com wrote: >Hi Drew, > >I was referring to the example attached by Glyph. His example helped me >to >properly handle stdin in my code. In addition to stdin I want to handle >command line arguments, so I want to be able to do this: >$ echo foo | ./check.py >and this

Re: [Twisted-Python] Using StandardIO and pipes.

2012-08-14 Thread Maxim Lacrima
Hi Drew, I was referring to the example attached by Glyph. His example helped me to properly handle stdin in my code. In addition to stdin I want to handle command line arguments, so I want to be able to do this: $ echo foo | ./check.py and this: $ ./check.py foo I think `main` function should lo