AttributeError: 'MyWindow' object has no attribute 'current_time'
时间: 2023-11-07 07:05:59 浏览: 153
【Python】AttributeError: ‘AutoSchema’ object has no attribute ‘get_link’
5星 · 资源好评率100%
这错误是由于在 'MyWindow' 对象中没有名为 'current_time' 的属性导致的。可能是因为您在使用该属性之前没有正确地初始化它。
要解决这个问题,您需要确保在使用 'current_time' 属性之前,将其正确地初始化。可以尝试在创建 'MyWindow' 对象时,设置一个默认值或默认时间。
阅读全文