Re: [Twisted-Python] SQLAlchemy and Twisted

2010-05-06 Thread Kevin Horn
You might also check out sAsync: http://sasync.org/ This was a project apparently abandoned (?) by the original author, but it's recently been picked up by someone else. Kevin Horn On Thu, May 6, 2010 at 2:04 PM, César García wrote: > Guys, now that I see this and the past conversations about

Re: [Twisted-Python] SQLAlchemy and Twisted

2010-05-06 Thread César García
Guys, now that I see this and the past conversations about SA and Twisted, and now that I've read some more about the non-blocking concepts, I think that I'am not doing things the best way I am doing this: 1. Twisted IMAP4 Client to read my mails 2. Inside this client I import a module that con

Re: [Twisted-Python] How do I get xUnit output from trial for Hudson?

2010-05-06 Thread Chris Withers
Jonathan Lange wrote: > Not very. > > "trial --reporter=subunit | subunit2junitxml" works well for me, > although I am running on an OS that supports pipes :) ...and on which subunit compiles ;-) *cough*notwindows*cough Chris -- Simplistix - Content Management, Batch Processing & Python Cons

Re: [Twisted-Python] How do I get xUnit output from trial for Hudson?

2010-05-06 Thread Jonathan Lange
On Thu, May 6, 2010 at 11:30 AM, Chris Withers wrote: > Chris Withers wrote: >> How can I get trial to emit output that makes Hudson happy? > > Er, shoot me, forgot I'd asked this before. > > No-one written a junitxml reporter for trial? > Any guesses how hard that'd be? > Not very. "trial --rep

Re: [Twisted-Python] multiline log entries

2010-05-06 Thread Pet
On Thu, May 6, 2010 at 4:37 PM, wrote: > On 02:30 pm, petshm...@googlemail.com wrote: >>Hello! >> >>Is it possible to print multiline debug messages into log? >> >>If print a query it looks like this >> >> >>2010-05-06 10:10:07 [HTTPChannel,0,192.168.2.15] >>SELECT * >>2010-05-06 10:10:07 [HTTPCh

Re: [Twisted-Python] multiline log entries

2010-05-06 Thread exarkun
On 02:30 pm, petshm...@googlemail.com wrote: >Hello! > >Is it possible to print multiline debug messages into log? > >If print a query it looks like this > > >2010-05-06 10:10:07 [HTTPChannel,0,192.168.2.15] >SELECT * >2010-05-06 10:10:07 [HTTPChannel,0,192.168.2.15] >FROM foo AS a >2010-05-06 10:

[Twisted-Python] multiline log entries

2010-05-06 Thread Pet
Hello! Is it possible to print multiline debug messages into log? If print a query it looks like this 2010-05-06 10:10:07 [HTTPChannel,0,192.168.2.15] SELECT * 2010-05-06 10:10:07 [HTTPChannel,0,192.168.2.15] FROM foo AS a 2010-05-06 10:10:07 [HTTPChannel,0,192.168.2.15] JOI

Re: [Twisted-Python] OSC protocol implementation

2010-05-06 Thread Alexandre Quessy
Hello, 2010/4/26 Itamar Turner-Trauring : > On Mon, 2010-04-26 at 15:56 +, exar...@twistedmatrix.com wrote: > >> This is mainly a question of when someone finds it interesting enough to >> review the code.  Personally, while I remember commenting on that ticket >> a couple months ago, I had to

Re: [Twisted-Python] How do I get xUnit output from trial for Hudson?

2010-05-06 Thread Chris Withers
Chris Withers wrote: > How can I get trial to emit output that makes Hudson happy? Er, shoot me, forgot I'd asked this before. No-one written a junitxml reporter for trial? Any guesses how hard that'd be? cheers, Chris ___ Twisted-Python mailing lis

[Twisted-Python] How do I get xUnit output from trial for Hudson?

2010-05-06 Thread Chris Withers
Hi All, How can I get trial to emit output that makes Hudson happy? cheers, Chris ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python