0

与其他编辑器不同(我在 Mac 上使用 TextWrangler 和 TextMate,在 PC 上使用 Spyder),Enthought 的 Canopy 在交互式 python shell 中运行 Python 程序。大多数时候这很好,但有时我想在新的 python shell 中运行程序。例如,我正在编写一个脚本来收集高速摄像机的帧。如果脚本没有一直运行到最后(这种情况经常发生),那么下次我运行脚本时,如果我使用 Canopy,它会使 python shell 崩溃(其他编辑器没有问题或直接从命令运行线)。

那么,有没有一种方法可以让程序每次都在新的 python shell 中运行,或者在运行之前重置 python shell?

谢谢!

4

1 回答 1

1

您可以通过选择 Run -> Restart Kernel 来重新启动 canopy 中的 python shell。

于 2013-10-03T17:27:19.130 回答