M2Crypto and general HTTPS help needed

2006-07-25 Thread McCann, Brian
Hi all. I'm trying to connect to an HTTPS server and fetch a page, and I can get that working fine by doing the following: >>> from M2Crypto import Rand, SSL, m2urllib >>> url = m2urllib.FancyURLopener() >>> u = url.open('https://127.0.0.1') >>> data = u.read() >>> print data >>> u.close() Howev

RE: What editor shall I use?

2006-02-08 Thread McCann, Brian
I use it on XPvisit http://www.vim.org/download.php , and scroll down to the Windows section. --Brian > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > On Behalf Of Lad > Sent: Wednesday, February 08, 2006 10:08 > To: python-list@python.org > Subject: Re:

Need some help with my first Twisted program

2007-10-19 Thread McCann, Brian
I posted this to the Twisted list...figured I'd try here too. I'm looking for what is probably an simple solution I can't figure out on my own. I'm writing an SSH server based on the example on the web (using conch). I'm trying to figure out how to detect when the client exists (for example, whe