Try this:
import os
os.startfile('cabel.py')This should work with any program or file, not only python ones. Hope this helps, Luis -- http://mail.python.org/mailman/listinfo/python-list
Try this:
import os
os.startfile('cabel.py')This should work with any program or file, not only python ones. Hope this helps, Luis -- http://mail.python.org/mailman/listinfo/python-list