6 Jan
2023
6 Jan
'23
8:39 p.m.
I thought you might be able to debug this faster than I can but the tip of master does not run from source.
...only on Linux, and yep, my bad. Thanks :)
wxui/main.py line 850 throws a `NoneType object has no attribute 'Enable'` error. The line before that is assigning `None` to `menuitem` so something with `ident=101` is not being found.
In the future you can just create a bug, since I have to anyway. And, you know, a debug log with the actual trace is helpful :)
I created #10236 for this.
--Dan