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
This pulled in the latest CQ-editor commit from master. I'm now getting the following error when I try to run the cq-editor command:
(cadquery) james@sauron ~/local $ cq-editor
Warning: None of the following fonts is installed: ['']
Traceback (most recent call last):
File "/home/james/local/cadquery/bin/cq-editor", line 8, in <module>
sys.exit(main())
File "/home/james/local/cadquery/lib/python3.10/site-packages/cq_editor/__main__.py", line 21, in main
win = MainWindow(filename=args.filename if args.filename else None)
File "/home/james/local/cadquery/lib/python3.10/site-packages/cq_editor/main_window.py", line 44, in __init__
self.prepare_panes()
File "/home/james/local/cadquery/lib/python3.10/site-packages/cq_editor/main_window.py", line 89, in prepare_panes
Editor(self),
File "/home/james/local/cadquery/lib/python3.10/site-packages/cq_editor/widgets/editor.py", line 89, in __init__
self._fixContextMenu()
File "/home/james/local/cadquery/lib/python3.10/site-packages/cq_editor/widgets/editor.py", line 107, in _fixContextMenu
menu.removeAction(self.run_cell_action)
AttributeError: 'Editor' object has no attribute 'run_cell_action'
The text was updated successfully, but these errors were encountered:
I followed these steps to get cadquery and CQ-Editor installed:
This pulled in the latest CQ-editor commit from master. I'm now getting the following error when I try to run the cq-editor command:
The text was updated successfully, but these errors were encountered: