[Twisted-Python] Weekly Bug Summary

2009-03-07 Thread exarkun
Bug summary __ Summary for 2009-03-01 through 2009-03-08 Bugs opened: 4Bugs closed: 8 Total open bugs: 1045 (-4) |== Type Changes |== Priority Changes |== Component Changes |Defect: -2 |Highest: -1 |Core: -1 |Enhancement: -2 |Nor

[Twisted-Python] Error when trying to import reactor

2009-03-07 Thread Ian Fountain
I am new to all this so you will have to forgive me. I have a vista machine with python 2.5 on it and I just installed twisted (py2.5), pyOpenSSL (py2.5), and pycrypto (py2.5) but when I try to do the following: "from twisted.internet import reactor" I get the following error: "This application has

[Twisted-Python] URL not Found Re: Twisted developers: please donate your time!

2009-03-07 Thread Andrew Francis
Hi Jean-Paul: I am not sure if I should take this off-line >http://twistedmatrix.com/trac/query?>status=new&status=assigned&status=reopened&keywords=~documentation&order=p>riority > shows all of the open tickets with the "documentation" keyword. >So there's >a lot to choose from, many are

[Twisted-Python] Re: Reentrant reactor iteration

2009-03-07 Thread Martin Geisler
Jean-Paul Calderone writes: > On Sat, 07 Mar 2009 19:38:46 +0100, Martin Geisler wrote: > >> We have overloaded the arithmetic operators in our library, so people >> will expect to be able to write >> >> # xs and ys are big lists of our objects >> dot_product >> for (x, y) in zip(xs, ys): >>

Re: [Twisted-Python] Re: Reentrant reactor iteration

2009-03-07 Thread Jean-Paul Calderone
On Sat, 07 Mar 2009 19:38:46 +0100, Martin Geisler wrote: Jean-Paul Calderone writes: Hi, Thanks for the answer. I'm also with the VIFF project and I would like to explain a bit more about the background for the hack by Marcel. [snip] So you're doing a ton of work all at once now and you w

[Twisted-Python] Re: Reentrant reactor iteration

2009-03-07 Thread Martin Geisler
Jean-Paul Calderone writes: Hi, Thanks for the answer. I'm also with the VIFF project and I would like to explain a bit more about the background for the hack by Marcel. > On Fri, 27 Feb 2009 15:26:43 +0100, Marcel Keller wrote: >>Hi, >> >> I am working on the VIFF project (viff.dk) which uses

[Twisted-Python] StandardIO flush'n

2009-03-07 Thread Ben Hyde
I'm new to this, but can somebody explain this behavior to me? Thanks! bash-3.2$ (echo a; echo b; sleep 1; echo c) | /tmp/bar.py line: a line: b a b line: c c bash-3.2$ (echo a; echo b; echo c) | /tmp/bar.py line: a line: b line: c bash-3.2$ cat /tmp/bar.py #!/usr/bin/env python from twisted.int

Re: [Twisted-Python] newbie problem with SMTPClient

2009-03-07 Thread Dave Britton
Thanks! sendmail is just what I needed, and its source should help me figure out the bigger picture. -Dave - Original Message - From: "Jean-Paul Calderone" To: "Twisted general discussion" Sent: Monday, March 02, 2009 4:22 PM Subject: Re: [Twisted-Python] newbie problem with SMTPClient