Re: Calling values from a webform to Python

2005-11-11 Thread bruno at modulix
mjakowlew wrote: > hi, > > I'm trying to pass some values from a webform into a python script. > (snip) > Also this > is done through Zope if that makes a difference to anyone. Yes, it makes a difference. Zope is a world in itself, and is slighty OT here. Note that there's a Zope mailing-list: h

Calling values from a webform to Python

2005-11-11 Thread mjakowlew
hi, I'm trying to pass some values from a webform into a python script. ___ Name: Email: ___ Now, how do I call these individual attributes (filename,title, etc.) in my "processForm.py". I think it has something to do with th