Open s4v4g3 opened 4 years ago
I had the same error as described in #3 . I installed this patch on my local machine:
$ pip install git+https://github.com/s4v4g3/runsnakerun.git@836bea078685e3de468027228497d1ad8d94916b
And executing runsnake
now works as expected!
This doesn't work for me.
/Users/nimbler/rh/.venv/lib/python3.9/site-packages/runsnakerun/listviews.py:265: wxPyDeprecationWarning: Using deprecated class. Use ItemAttr instead
indicated_attribute = wx.ListItemAttr()
2021-02-10 11:56:55.511 Python[14680:144802] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to (null)
11:56:55 AM: Debug: Adding duplicate image handler for 'PNG file'
Traceback (most recent call last):
File "/Users/nimbler/rh/.venv/lib/python3.9/site-packages/runsnakerun/runsnake.py", line 836, in OnInit
frame = MainFrame(config_parser=load_config())
File "/Users/nimbler/rh/.venv/lib/python3.9/site-packages/runsnakerun/runsnake.py", line 216, in __init__
self.CreateControls(config_parser)
File "/Users/nimbler/rh/.venv/lib/python3.9/site-packages/runsnakerun/runsnake.py", line 268, in CreateControls
self.rightSplitter.SetSashSize(10)
AttributeError: 'SplitterWindow' object has no attribute 'SetSashSize'
OnInit returned false, exiting...
@nima Uninstall runsnakerun first:
pip uninstall runsnakerun
And THEN install the version from @s4v4g3's fork:
pip install git+https://github.com/s4v4g3/runsnakerun.git@836bea078685e3de468027228497d1ad8d94916b
@mcfletch I tested this as well and it works perfectly! Would be great if you could merge and release this change :)
Ah but I just saw that this makes all the table columns very small by default, which is quite annoying. Somehow, the size should be set in a different way.
@nima Uninstall runsnakerun first:
pip uninstall runsnakerun
And THEN install the version from @s4v4g3's fork:
pip install git+https://github.com/s4v4g3/runsnakerun.git@836bea078685e3de468027228497d1ad8d94916b
@mcfletch I tested this as well and it works perfectly! Would be great if you could merge and release this change :)
It worked perfectly for me. Thank you.
Fix for issue reported in #3