1

我下载了 Sypder,当我在解释器中运行脚本时,我不断收到以下错误。

>>> continue
  File "<stdin>", line 1
SyntaxError: 'continue' not properly in loop

即使在一个简单的 hello world 脚本上也会发生这种情况:

print('hello world!')
4

2 回答 2

1

你能提供你的脚本吗?在 Spyder 中的 python 解释器上以交互模式运行 python 时,您是否遇到过这个问题?

谷歌群组上有一些讨论这个问题的链接:

Google Groups Spyder 问题

请参阅指向某些解决方案的页面末尾的响应。

于 2013-07-23T04:34:49.837 回答
0

我点击的按钮是“继续”按钮。它看起来像 MATLAB 中的播放按钮。实际的运行按钮是绿色圆圈,以防万一有人也遇到这个愚蠢的小错误。感谢普拉哈兰德的回复。

于 2013-07-23T13:38:45.220 回答