looking for a simple way to load a program from another python program..

Luis M. González luismgz at gmail.com
Sun Aug 13 18:41:33 EDT 2006


Try this:

import os
os.startfile('cabel.py')

This should work with any program or file, not only python ones.

Hope this helps,
Luis




More information about the Python-list mailing list