> If I have form that has a long list of form variables, is there a
> shorter way to pass though variables to python script for processing
> instead of individual listing at the parameter list?
You can pull them directly from the context.REQUEST object via the
mapping-type access sytax.
--jcc