I am trying to test a minimal UI file, and when I try to open it with Designer, it fails to launch. I launched the Designer from a terminal window and getting this error about missing encodings module. THis is r33743 (preview from July 8th).
Last login: Fri Jul 25 14:27:38 on ttys004
The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
/Users/amaga/Desktop/Slicer.app/Contents/bin/Designer.app/Contents/MacOS/Designer ; exit;
MLSSC40183:~ amaga$ /Users/amaga/Desktop/Slicer.app/Contents/bin/Designer.app/Contents/MacOS/Designer ; exit;
Designer: The class attribute for the class qSlicerDiffusionTensorVolumeDisplayWidgetPlugin does not match the class name qSlicerDiffusionTensorVolumeDisplayWidget.
QMetaProperty::read: Unable to handle unregistered datatype 'ctkDICOMTableManager*' for property 'ctkDICOMQueryRetrieveWidget::dicomTableManager'
QMetaProperty::read: Unable to handle unregistered datatype 'QTableView*' for property 'ctkDICOMTableView::tblDicomDatabaseView'
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Python path configuration:
PYTHONHOME = (not set)
PYTHONPATH = (not set)
program name = 'PythonQt'
isolated = 0
environment = 1
user site = 1
safe_path = 0
import site = 0
is in build tree = 0
stdlib dir = '/Users/svc-dashboard/D/P/A/python-install/lib/python3.12'
sys._base_executable = '/Users/amaga/Desktop/Slicer.app/Contents/bin/Designer.app/Contents/MacOS/Designer'
sys.base_prefix = '/Users/svc-dashboard/D/P/A/python-install'
sys.base_exec_prefix = '/Users/svc-dashboard/D/P/A/python-install'
sys.platlibdir = 'lib'
sys.executable = '/Users/amaga/Desktop/Slicer.app/Contents/bin/Designer.app/Contents/MacOS/Designer'
sys.prefix = '/Users/svc-dashboard/D/P/A/python-install'
sys.exec_prefix = '/Users/svc-dashboard/D/P/A/python-install'
sys.path = [
'/Users/svc-dashboard/D/P/A/python-install/lib/python312.zip',
'/Users/svc-dashboard/D/P/A/python-install',
'/Users/svc-dashboard/D/P/A/python-install/lib-dynload',
'/Users/svc-dashboard/D/P/A/python-install/plat-darwin',
'/Users/svc-dashboard/D/P/A/python-install/lib/python3.12',
'/Users/svc-dashboard/D/P/A/python-install/lib/python3.12/lib-dynload',
'/Users/svc-dashboard/D/P/A/python-install/lib-tk',
'/Users/svc-dashboard/D/P/A/python-install/lib/python3.12',
'/Users/svc-dashboard/D/P/A/python-install/lib/python3.12/lib-dynload',
]
Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding
Python runtime state: core initialized
ModuleNotFoundError: No module named 'encodings'
Current thread 0x0000000202f52200 (most recent call first):
<no Python frame>
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
Deleting expired sessions...6 completed.
This is my first time with Designer, so some pointers would be great.