AttributeError: 'MyWindow' object has no attribute 'image_thread'
时间: 2023-10-21 17:32:48 浏览: 67
bcremoveobjectimageattributecontent:BC Remove Object Image Attribute Content 提供了一个稳定而灵活的解决方案,允许用户根据当前版本、所有版本或新版本动态删除内容对象图像属性内容。 提供对图像属性内容的脚本化操作!
这个错误通常是因为你的 `MyWindow` 类没有定义 `image_thread` 属性,但是你在代码的其他地方使用了它。
你需要检查你的代码,确保 `MyWindow` 类中定义了 `image_thread` 属性,并且它被正确地初始化。或者,如果你不需要这个属性,你可以在使用它的地方删除相应的代码。
阅读全文