[Twisted-Python] txdlo - a Twisted DeferredListObserver

2013-12-29 Thread Terry Jones
I just wrote a quick class called DeferredListObserver that lets you do various things with a list of deferreds. You can add observers that get passed information about the deferreds firing. You can also add deferreds to the observed list at any time (this is very useful if you're dynamically creat

Re: [Twisted-Python] Where is trial?

2013-12-29 Thread Daniel Sank
> On my current setup (Twisted 12.3), trial is at: > > C:\Python27\Scripts\trial.py Oh, me too. When I read the howto I thought it was saying that there should be a binary, eg. trial.exe somewhere. I thought that because it said the file would be in a directory called "bin". Now I understand. Bt

Re: [Twisted-Python] Where is trial?

2013-12-29 Thread Kevin Horn
On my current setup (Twisted 12.3), trial is at: C:\Python27\Scripts\trial.py Depending on how your system is set up, this may or may not run from the command line without some changes. Make sure your Scripts directory is on the executable search path, and you may need to add the .PY extension t

[Twisted-Python] Where is trial?

2013-12-29 Thread Daniel Sank
I am trying to write tests for my project. According to the twisted howto found here http://twistedmatrix.com/documents/current/core/howto/trial.html I should use trial. When I try to run trial from the command line (Windows) I get the usual "that's not a program I know about" error. The howto sa