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: 'SplitterWindow' object has no attribute 'SetSashSize' #3

Open
s4v4g3 opened this issue May 19, 2020 · 2 comments
Open

Comments

@s4v4g3
Copy link

s4v4g3 commented May 19, 2020

Getting an attribute error when running with WxPython 4.1.0, due to the call to SetSashSize() in CreateControls().
Apparently SetSashSize() has been removed from wxSplitterWindow since it didn't really work in the first place. See wxWidgets/wxWidgets@2669622

@dugu9sword
Copy link

After installing runsnakerun, you may have to execute the command below:

pip install wxpython==4.0.0

@mkaniaa
Copy link

mkaniaa commented May 17, 2022

Unfortunately it's not possible to install wxpython==4.0.0 due to the legacy-install-failure error. It would be great if runsnakerun would work with the newst version of wxpython.

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

3 participants