Hello David,
I have build Flair and flair-overview from 3.1.8.tgz files.
I have the PIL installed from RPMs …
$ rpm -qa | grep pillow
python3-pillow-7.0.0-5.fc32.x86_64
python3-pillow-tk-7.0.0-5.fc32.x86_64
I think the “check_fluka.py” generates errors … I think you mentioned that the script was written to check “python-imaging-tk” …
By building from flai/geoviewer-3.1.8.tgz I used glibc2.28 …
So I don’t see glibc errors …anymore.
Here is the “check_fluka.py” output:
check_fluka.py
Checking python
Version: 3.6-8 ok
Checking python tkinter module
tkinter found
Checking tk library
Tk Version= 8.6 ok
Checking python imaging
============================== ERROR ==============================
Python imaging library is missing
Install the latest ‘python imaging’ and its tk interface compatible with your python
Possible commands (as superuser):
Fedora, RedHast, Scientific Linux, CentOS, Suse:
dnf -y install python-imaging-tk <<< replaced by “python3-pillow-tk” pkg
Ubuntu, Debian:
apt install python-imaging-tk
MacOS (Macport recommended):
port install py37-Pillow
======================================================================
Thanks
Arthur