Re: [Twisted-Python] connecting through an http proxy

2009-09-03 Thread Salil
Thanks for your reply. The app I was interested in fixing was gm-notify ( https://code.launchpad.net/gm-notify) which is a notifier for gmail. But to be honest I've since lost interest in the question because I patched gwibber to read the gmail atom feed instead of fixing this :) Anyway the releva

[Twisted-Python] Conch/SSH & Cisco IOS

2009-09-03 Thread Phil Mayers
All, I've been having some problems using Conch/SSH to talk to the SSH server on Cisco IOS (specifically the netconf subsystem) It seems that the IOS SSH server reacts badly to the following: c: syn s: syn,ack c: ack c: PSH , s: PSH i.e. IOS doesn't like being bombarded with either the vers

[Twisted-Python] twisted.positioning: storing the error information

2009-09-03 Thread Laurens Van Houtven
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, First of all, sorry for the lack of promised gpsd support updates yesterday, I was in bed with the flu (and still am, I guess -- it's just slightly less bad than yesterday), so if I'm not making any sense, blame me being delirious. As you might

Re: [Twisted-Python] twisted.positioning: storing the error information

2009-09-03 Thread Laurens Van Houtven
Oh, I think I've just found a nice and clever way of doing it. Let's stop pretending that altitudes are special. After all, the axes altitude, latitude and longitude are measured on are all orthogonal. The only difference is that we use degrees to measure one and meters to measure the other (becau

Re: [Twisted-Python] Conch/SSH & Cisco IOS

2009-09-03 Thread James Y Knight
On Sep 3, 2009, at 5:38 AM, Phil Mayers wrote: > All, > > I've been having some problems using Conch/SSH to talk to the SSH > server > on Cisco IOS (specifically the netconf subsystem) > > It seems that the IOS SSH server reacts badly to the following: > > c: syn > s: syn,ack > c: ack > c: PSH

Re: [Twisted-Python] Conch/SSH & Cisco IOS

2009-09-03 Thread Pavel Pergamenshchik
On Thu, Sep 3, 2009 at 2:38 AM, Phil Mayers wrote: > All, > > I've been having some problems using Conch/SSH to talk to the SSH server > on Cisco IOS (specifically the netconf subsystem) ... > i.e. IOS doesn't like being bombarded with either the version string or > KEX before it's sent its own ban

Re: [Twisted-Python] Conch/SSH & Cisco IOS

2009-09-03 Thread Phil Mayers
James Y Knight wrote: >> It seems that the IOS SSH server reacts badly to the following: >> >> c: syn >> s: syn,ack >> c: ack >> c: PSH , >> s: PSH >> >> >> i.e. IOS doesn't like being bombarded with either the version string >> or >> KEX before it's sent its own banner. > > I'm surprised to

Re: [Twisted-Python] Conch/SSH & Cisco IOS

2009-09-03 Thread Phil Mayers
Pavel Pergamenshchik wrote: > On Thu, Sep 3, 2009 at 2:38 AM, Phil Mayers wrote: >> All, >> >> I've been having some problems using Conch/SSH to talk to the SSH server >> on Cisco IOS (specifically the netconf subsystem) > ... >> i.e. IOS doesn't like being bombarded with either the version string

[Twisted-Python] Installing twisted on Snow Leopard with custom 32-bit Python from python.org

2009-09-03 Thread Nathan
I've installed the 32-bit Python on Snow Leopard (for various reasons unrelated to twisted) and would like to get twisted working with it. I've tried downloading twisted and running the standard "sudo python setup.py install" -- but that seems to simply install it in the system Python installation.