避免重新加载模块:<module_name>&#39; Python中的消息

时间:2017-09-29 09:15:37

标签: python import module warnings spyder

我收到了上述错误:

'Reloaded modules: <module_name>'

由于我希望保持我的代码不变,我想禁用此警告。如何才能做到这一点?我正在使用Spyder 3.2.3。

2 个答案:

答案 0 :(得分:8)

转到工具 - &gt;偏好 - &gt; Python解释器,你会发现用户模块重新加载器。只需取消选中带有文本的复选框作为Show reloaded module list。

答案 1 :(得分:1)

在spyder 2.3中,您需要执行以下操作:

转到Tools -> Preferences -> Console -> Advanced settings

enter image description here

然后向下滚动到:

enter image description here

选择Enable UMR

单击Apply(Anwenden),然后重新启动Spyder。

该错误现在应该消失了...