Python从用户输入位置运行python文件

时间:2018-11-24 22:05:29

标签: python

我想知道如何让python文件运行Tkinter的用户选择提供的另一个文件。到目前为止,这是我的选择文件,但是我无法真正运行所选的文件。

requestAnimationFrame(() => requestAnimationFrame(() => {
    ...
})); 

1 个答案:

答案 0 :(得分:0)

在最后一行尝试,

os.system("open "+d)

可能有用...?