Jason Carver
ynj0qeh02 at sneakemail.com
Tue Aug 12 18:04:02 EDT 2008
The variables are typically accessible via the request object member 'form' as a dictionary. So access variable 'foo' via req.form['foo'] Try out this tutorial for more: http://ghantoos.org/howto-apache2-mod_python/ ~Jason On Tue, Aug 12, 2008 at 5:14 PM, dave selby dave6502-at-googlemail.com|public mailing list| <o8q1k5ibcj0t at sneakemail.com> wrote: > Hi All, > > I have PythonHandler mod_python.publisher and all is working well I > can call my scripts with xmlHttpReq calls AOK. > > I am now trying to pass arguments to my python script much as I used > to do with PHP. I can't seem to find much info but have tried > > arg = str(req.__getattribute__('args')) > > But without much success. Can anyone point me in the right direction ? > > Cheers > > Dave > > > > -- > > Please avoid sending me Word or PowerPoint attachments. > See http://www.gnu.org/philosophy/no-word-attachments.html > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mm_cfg_has_not_been_edited_to_set_host_domains/pipermail/mod_python/attachments/20080812/6a5db3e3/attachment.html
|