I have a Python script expecting 11 or 12 input parameters. How do I use execfile to execute the Python script in my new Python script? How do I pass in the input parameters?
You might use the subprocess module to run the script with all its parameters.
But probably you want to call a *function* in a module. -- Gabriel Genellina -- http://mail.python.org/mailman/listinfo/python-list