ModuleNotFoundError: No module named 'privacyidea'

The wsgi process can not find the python module.

What would I do an experienced and very analytic linux guy?

  • I would check for all log files, run a tail on it
  • Check that the location is right
  • check the access rights - if wsgi can not find the module, it could not read it
  • check for SELinux - after all you decided to go through the pain of running on RHEL :wink:

Good luck!