For python 3.10 and 3.11, running cinema and creating a 'text editor' filter results in the following error:
...
File "/Users/dhr/LANL/dev/cinemascience/pycinema/venv10/lib/python3.10/site-packages/pycinema/filters/TextEditor.py", line 34, in generateWidgets
button.setIcon( Icons.toQIcon(Icons.icon_save) )
NameError: name 'Icons' is not defined
Currently no work around, and this appears to work fine on some instances of Mac OS14 and on other OSs
For python 3.10 and 3.11, running cinema and creating a 'text editor' filter results in the following error:
...
File "/Users/dhr/LANL/dev/cinemascience/pycinema/venv10/lib/python3.10/site-packages/pycinema/filters/TextEditor.py", line 34, in generateWidgets
button.setIcon( Icons.toQIcon(Icons.icon_save) )
NameError: name 'Icons' is not defined
Currently no work around, and this appears to work fine on some instances of Mac OS14 and on other OSs