我有一个程序,我想每天运行一次。但是当它退出时,我需要再次运行它。也许我应该每天多次运行它。由于某些预定原因,它停止了。我想自动重新启动它而不检查它。我发现了一些类似的问题,但是它们对我不起作用(当我运行它们时,python的内核会重新启动):
execute python script multiple times
Restart the thread when it will stop
Restart Python.py when it stops working
Restart python-script from within itself
How do I restart a program based on user input?
我在运行程序时看到此消息:内核似乎已死亡。它将自动重启。