[Twisted-Python] reactor.run() do not return after reactor.stop()

2009-10-10 Thread Stanislav Yudin
Hi everyone, I am having a problem with current twisted trunk (rev 27375). I am trying to implement simple ssh client with conch.ssh but right now my implementation works wrong way. I've made a wrapper class for my client factory, to separate host/creds information and command I want to execute. So

Re: [Twisted-Python] reactor.run() do not return after reactor.stop()

2009-10-10 Thread Stanislav Yudin
, Johann Borck wrote: > Stanislav Yudin wrote: > > Hi everyone, > > I am having a problem with current twisted trunk (rev 27375). ... So > > the problem is that the first call to execute returns from > > reactor.run() right after reactor.stop(), but second call to same >