kivystudio icon indicating copy to clipboard operation
kivystudio copied to clipboard

AttributeError: 'CursorModalView' object has no attribute '_search_window'

Open notthatgray opened this issue 2 years ago • 3 comments

i just built it and installed it and then when i run kivystudio this happens i'm running it on windows 11 image

notthatgray avatar Mar 31 '22 16:03 notthatgray

I have the same problem.

Valmadson avatar Apr 10 '22 01:04 Valmadson

I have the same problem.

0516khj2004 avatar Apr 13 '22 01:04 0516khj2004

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.

WarleiAlves avatar May 13 '22 22:05 WarleiAlves