Description of problem: use ”system-config-selinux“ display an error -> No module named 'statusPage' Steps to Reproduce: 1、yum install policycoreutils-gui 2、use mobaXterm for ssh 3、vim /etc/ssh/sshd_config 4、change X11Forwarding no to X11Forwarding yes 5、yum -y install xorg-x11-xauth 6、systemctl restart sshd Actual results: Traceback (most recent call last): File "/usr/share/system-config-selinux/system-config-selinux.py", line 36, in <module> import statusPage ModuleNotFoundError: No module named 'statusPage' Expected results: appear selinux gui Additional info: