You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app crashes either way trying to build the file_menu in _setup_menu with:
File ".../.venv/lib/python3.13/site-packages/objbrowser/objectbrowser.py", line 202, in _setup_menu
file_menu.addAction("C&lose", self.close, "Ctrl+W")
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: arguments did not match any overloaded call:
Clearly this is not a "matched set" -- an indication of which thing is out of whack would be extremely helpful. I'm not sure whether continuing with "" can ever work, but if not, that'd be a better place to stop, I think.
Activity
ssteinerx commentedon Aug 22, 2024
The app crashes either way trying to build the
file_menu
in _setup_menu with:Clearly this is not a "matched set" -- an indication of which thing is out of whack would be extremely helpful. I'm not sure whether continuing with "" can ever work, but if not, that'd be a better place to stop, I think.