AttributeError:“MainRouter"对象没有属性“_disabled_count"

2022-01-15 00:00:00 python python-3.x kivy

问题描述

我正在创建一个 kivy 应用程序,我使用路由器显示此错误-

I am creating a kivy app where I have used router showing this error-

AttributeError: 'MainRouter' 对象没有属性 '_disabled_count'

AttributeError: 'MainRouter' object has no attribute '_disabled_count'

有什么解决办法吗?


解决方案

这个错误是Kivy版本引起的.最新版本的 Kivy-1.10.1 有一些导致问题的错误.老版本好像还不错!

This error is caused by Kivy version. The latest version of Kivy-1.10.1 has some bug which is causing the problem. The older version seems fine!

相关文章