You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a kivy widget your trying to remove or is it a kivent entity that your trying to remove?. If its the latter case you need to make sure that you pause the physics system while removing the entity and then resume the physics systems
Figured it out. It's definitely related to having a kivy version that's higher than expected. In my case I couldn't down grade kivy so I modified CWidget to look similar to kivy's updated widget, with some modifications to allow for new decrementing and incrementing of disabled values.
I had to modify the .pxd for CWidget after adding the disabled properties.
I'm not sure if this is related to a version mismatch (i'm on kivy 1.10), but some of the example files aren't working.
The 6_controlling_the_viewing_area, for example, runs into an error while trying to call remove_widget.
The text was updated successfully, but these errors were encountered: