[Twisted-Python] Missing something basic on defer and postgresql

Glyph Lefkowitz glyph at divmod.com
Mon May 10 09:38:16 MDT 2004


On Mon, 2004-05-10 at 11:13, James R. Saker Jr. wrote:
> I think I'm missing something rather basic and would greatly appreciate
> any suggestions.

You're never calling self.d.callback() with a value, and thus self.d
never fires.

Perhaps you are interested in the Deferred returned from runQuery, not
creating your own?





More information about the Twisted-Python mailing list