kivystudio
kivystudio copied to clipboard
AttributeError: 'CursorModalView' object has no attribute '_search_window'
i just built it and installed it and then when i run kivystudio this happens
i'm running it on windows 11
I have the same problem.
I have the same problem.
Open the file kivystudio/libs/resizable_behavior/modal_cursor.py
Replace the line
self._window = self._search window()
with
super().open(self, largs)
Once complete, run python setup.py install again.