AttributeError Rect object has no attribute getKeepWithNext
The error message suggests that you are trying to access the attribute getKeepWithNext on a Rect object, but this attribute does not exist for Rect objects.
To resolve this error, you need to check the documentation or source code of the library you are using to see if the Rect object has a different attribute or method that serves the same purpose. Alternatively, you may be using the wrong object or method altogether.
原文地址: https://www.cveoy.top/t/topic/ig2P 著作权归作者所有。请勿转载和采集!