How to run another .py file w/o exec command?

r holland rhh at structurelabs.com
Tue Mar 30 19:04:16 EST 2004


you can try this

import os
os.system("python example.py")



More information about the Python-list mailing list