First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered Jun 24 '1

perolofl gravatar image

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')