Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

A python script can be executed by another python script with execfile. Use a main script to execute the two scripts. For example:

execfile('file1.py')
execfile('file2.py')