[mod_python] Lost

Lee Brown administrator at leebrown.org
Mon Apr 18 08:00:57 EDT 2005


Greetings!

You might find this book to be useful for general python/web applications,
although it doesn't cover Mod Python specifically:

Python Web Programming
Steve Holden
New Riders Publishing
ISBN 0-7357-1090-2

Best Regards,
Lee E. Brown
(administrator at leebrown.org)

-----Original Message-----
From: mod_python-bounces at modpython.org
[mailto:mod_python-bounces at modpython.org] On Behalf Of Dan Nelson
Sent: Monday, April 18, 2005 1:29 AM
To: Graham Dumpleton
Cc: mod_python at modpython.org
Subject: Re: [mod_python] Lost

Thanks,

I was just having another look at the doco and realised that I'd missed a
chunk, the bit that you've just sent me.  That's the starting point that I
need, I'm sure that it will make more sense now.

Thanks for the reply.

Dan

----- Original Message -----
From: "Graham Dumpleton" <grahamd at dscpl.com.au>
To: "Dan Nelson" <dan.nelson at transcom.com.au>
Cc: <mod_python at modpython.org>
Sent: Monday, 18 April, 2005 1:26 PM
Subject: Re: [mod_python] Lost


>> For example, there is a 'req' object that the handler sees.  But I can't
>> find any attributes or methods for it, other than a very few that are in
>> the
>> documentation.  I did find an Apache request object, and it does seem to
>> share many of the attributes, but I had to find which ones by trial and
>> error.  From some of the things I've read, I've seen 
>> req.send_http_header(),
>> and req.form.submit, but I don't know how to get to there if I don't even
>> have any doco on the req object.
>
> The "req" object documentation, it is at:
>
>  http://www.modpython.org/live/current/doc-html/pyapi-mprequest.html
>
> Is this the Apache request object documentation you had already found,
> or are you talking about the really low level Apache C level struct and
> associated C functions?
>
> Graham
> 

_______________________________________________
Mod_python mailing list
Mod_python at modpython.org
http://mailman.modpython.org/mailman/listinfo/mod_python



More information about the Mod_python mailing list