Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
notthatgray opened this issue Mar 31, 2022 · 3 comments

Comments

@notthatgray
Copy link

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

@Valmadson
Copy link

I have the same problem.

1 similar comment
@0516khj2004
Copy link

I have the same problem.

@WarleiAlves
Copy link

WarleiAlves commented May 13, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants