Re: [Twisted-Python] buildbot hosting (fwd)

2012-04-19 Thread John Santos
Hi Glyph, I'm probably closer to you than Ray, but he sounds like he might have a better environment. I'm live in Belmont, 1 block from Cambridge. I have FIOS (20Mb, I think, but just a single IP and no A/C. I haven't used any dynamic DNS service, but can't imagine it would be too hard to set

Re: [Twisted-Python] buildbot hosting

2012-04-19 Thread Glyph
On Apr 19, 2012, at 1:53 PM, Ray Cote wrote: > How many IPs does this require? Just one. > Is this a standard tower-type system or rack mount. Standard tower. > If it is just a case of plugging it into the net, we can move that up to our > office in the interim. Yeah. We just need the on

Re: [Twisted-Python] buildbot hosting

2012-04-19 Thread Ray Cote
How many IPs does this require? Is this a standard tower-type system or rack mount. If it is just a case of plugging it into the net, we can move that up to our office in the interim. However, we really don't have rack mount capability. NH, but I figure that's close enough--:} - Original

Re: [Twisted-Python] defer.inlineCallbacks dosn't work with cython, deferredGenerator does.

2012-04-19 Thread Glyph
On Apr 19, 2012, at 5:10 AM, gelin yan wrote: > Roughly, It can be concluded that cython has a different generator > implementation so that it can't work well with inlinecallback Yes, that is currently the case, but if someone wanted to fix the bug we'd be happy to review a patch. -glyph ___

Re: [Twisted-Python] defer.inlineCallbacks dosn't work with cython, deferredGenerator does.

2012-04-19 Thread gelin yan
On Tue, Apr 10, 2012 at 1:32 PM, Glyph Lefkowitz wrote: > > On Apr 9, 2012, at 9:50 PM, Andrew Bennetts wrote: > > > On Tue, Apr 10, 2012 at 12:41:17PM +0800, gelin yan wrote: > > […] > >>When trying to run inlineCallbacks with Cython, a TypeError would > come > >> out like: > >> > >> TypeErro