[Twisted-Python] Public Key Authentication with Conch

2011-06-29 Thread Jeffrey Ollie
Hello, I'm trying out Twisted/Conch as a replacement for a script based upon Paramiko for transferring some files around. However, I'm not able to get my Twisted/Conch script to authenticate to the remote server using public keys. Password authentication works in my Twisted/Conch script and publ

Re: [Twisted-Python] How to safely stop a chain of deferreds

2011-06-29 Thread Jason Rennie
On Tue, Jun 28, 2011 at 9:30 AM, tomw wrote: > in a GUI application I'm using quite a comprehensive chain of deferreds > and I'm running the mainloop from the glib2reactor. At a certain point > of my application I need to terminate the entire chain of deferreds to > make sure that no more data is

Re: [Twisted-Python] Does twisted have plan to support python 3.x?

2011-06-29 Thread exarkun
On 08:50 am, dynami...@gmail.com wrote: > I heard that Python 3.3 may support coroutine natively via yield >generator. I am interested in how this thing can affect twisted >development. Glyph wrote a good summary of the Python 3.x plan on Stack Overflow: http://stackoverflow.com/questions/

[Twisted-Python] Does twisted have plan to support python 3.x?

2011-06-29 Thread gelin yan
I heard that Python 3.3 may support coroutine natively via yield generator. I am interested in how this thing can affect twisted development. The most compelling feature of twisted for me is to support a large set of protocols and the most important...it can run on windows flawlessly. Other