gpt4 book ai didi

每次运行新模块时都会重新启动 Python shell

转载 作者:太空宇宙 更新时间:2023-11-04 11:02:42 25 4
gpt4 key购买 nike

我在 Windows XP 中使用 Python 3.1,当我尝试同时使用多个模块时,Python shell 会重新启动。我能做什么?

这是我的模块 benutzer.py:

class Benutzer(object):
def __init__(self,benutzer):
self.name = benutzer
self.email = None

def setzeEmail(self, adresse):
self.email = adresse

当我在 IDLE 中执行“运行模块”时,shell 显示 RESTART。

最佳答案

IDLE 重新启动 Python 以确保您的模块正确重新加载,因为这有时会出现问题。这是正常现象,无需担心;它不会发生在您模块的其他用途上。

关于每次运行新模块时都会重新启动 Python shell,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3953151/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com