Jay Love
jsliv at jslove.org
Sun Dec 31 15:33:28 EST 2000
I did, and it still happens. Are you sure it's fixed? Jay Gregory Trubetskoy wrote: > this is a sideffect of a bug in 2.6.3, which is fixed in 2.6.4 > > I recommend upgrading to 2.7.1 > > Grisha > > On Sun, 31 Dec 2000, Jay Love wrote: > >> Hi folks. >> >> I'm having trouble using this function. It gives me an error and tells >> me that the first argument must be a request object, which it is. >> >> Here's the offending line, from the top of my handler function: >> >> handler(self, req): >> res.server.register_callback(req, self.cleanup_func) >> >> Any thoughts on what's going wrong? >> >> I'm using Apache 1.3.14, RH 7.0, mod_python 2.6.3 >> >> Jay >> >> _______________________________________________ >> Mod_python mailing list >> Mod_python at modpython.org >> http://www.modpython.org/mailman/listinfo/mod_python >>
|