def _opencv():
print ("\n\n Please Wait. . . .")
opencvProcess = subprocess.Popen("TrainClassifierandTestVideoFeed.py",close_fds=True, shell=True)
opencvButton = Tk.Button(master=root, text='Load the "Trained Classifier" & Test Output', command=_opencv)
opencvButton.pack(side=Tk.TOP)
Этот код открывает файл в блокноте, но не запускается