[chirp_devel] NoneType object has no attribute 'Enable'
Hey Dan,
I thought you might be able to debug this faster than I can but the tip of master does not run from source.
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.
Is anyone else seeing this?
Tony
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
participants (2)
-
Dan Smith
-
Tony Fuller