mcfletch / runsnakerun

RunSnakeRun python profiling GUI front-end
Other
31 stars 6 forks source link

AttributeError: 'SplitterWindow' object has no attribute 'SetSashSize' #3

Open s4v4g3 opened 4 years ago

s4v4g3 commented 4 years ago

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 https://github.com/wxWidgets/wxWidgets/commit/26696222ffb75ac8531207cf356a52b033c48d9e

dugu9sword commented 3 years ago

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

pip install wxpython==4.0.0
mkaniaa commented 2 years ago

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.