Hi, I need to call a python script, with command line arguments (it is an autonomous script with a __main__), from within another python script. Can I use exec() or execfile() for this? How to pass the arguments?
Thanks, Olivier. -- http://mail.python.org/mailman/listinfo/python-list