Giter Club home page Giter Club logo

noethys's Introduction

Noethys

Logiciel de gestion libre et gratuit de gestion multi-activités pour les accueils de loisirs, crèches, garderies périscolaires, cantines, TAP ou NAP, clubs sportifs et culturels...

Plus d'infos sur www.noethys.com

Installation sur Windows

Allez dans la rubrique Téléchargements du site www.noethys.com pour télécharger la version compilée pour Windows.

Installation sur Ubuntu 20.04

Lancez dans votre console Linux les commandes suivantes :

sudo apt-get install git curl libsdl2-mixer-2.0-0 libsdl2-image-2.0-0 libsdl2-2.0-0 python3-pip python3-pyscard python3-dev default-libmysqlclient-dev build-essential
pip3 install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-20.04 wxPython
git clone https://github.com/Noethys/Noethys
pip3 install -r Noethys/requirements.txt
python3 Noethys/noethys/Noethys.py

Installation depuis les sources

Si vous rencontrez les difficultés d'installation ou souhaitez installer Noethys depuis les sources, consultez les documents dédiés ici : https://github.com/Noethys/Noethys/tree/master/noethys/Doc

noethys's People

Contributors

ahmadshahwan avatar bogucool avatar cg90160 avatar jeromelebleu avatar mpasteur avatar nicolas-pantel avatar noethys avatar wolf29f avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

noethys's Issues

Souci installation Ubuntu 22.04 LTS

Bonjour,
J'essaie d'installer Noethys sous Ubuntu 22.04 LTS, mais je n'y arrive pas.
Quelqu'un pourrait-il m'aider à éclairer le souci s'il vous plaît ?

Mot de passes non chiffrés

Bonjour,

j'ai vu un soucis qui me parait assez important.
Dans la base de donnée les mots de passe ne sont pas chiffrés.

bug

fedora core 19 x86_64 , dependence installe , git version
62af23f
l'ouverture d'un fichier d'exemple renvoit ce message d'erreur

15/09/2014 15:46:40 | 1.1.3.1 | linux2 Linux 3.14.15-100.fc19.x86_64 x86_64

Traceback (most recent call last):
File "Noethys.py", line 1316, in On_fichier_Ouvrir
self.OuvrirFichier(nomFichier)
File "Noethys.py", line 2896, in OuvrirFichier
self.MAJ()
File "Noethys.py", line 1091, in MAJ
self.ctrl_remplissage.MAJ()
File "/home/jojo/SOFTWARE/teamworks_source/Noethys/source/DLG_Effectifs.py", line 42, in MAJ
self.ctrl_nbre_inscrits.MAJ()
File "/home/jojo/SOFTWARE/teamworks_source/Noethys/source/DLG_Nbre_inscrits.py", line 304, in MAJ
self.ctrl_inscriptions.MAJ()
File "/home/jojo/SOFTWARE/teamworks_source/Noethys/source/DLG_Nbre_inscrits.py", line 249, in MAJ
self.DoLayout()
AttributeError: 'CTRL' object has no attribute 'DoLayout'

Badgeage Voix Française

Bonjour,
Lorsque l'on sélectionne Badgeage, configuration de la synthèse vocale et que l'on clic sur télécharger la voix française on arrive sur une page avec une erreur 404.

Noethys ne se lance pas avec Linux Mint 19

Bonjour,

Malgré l'installation de toutes les dépendances, lorsque je lance la commande "python Noethys.py" dans un terminal en me situant dans le dossier téléchargé, rien ne se passe, le prompt revient après quelques secondes.
Je vois bien comme un sursaut qui donne l'impression que quelque chose à souhaiter s'ouvrir mais sans succès.
Comment faire pour débugger?

Lancement impossible

La procédure d'installation s'est très bien déroulée, voici ce que j'optiens en accédant à mon répertoire, et voici le contenu du fichier log.

App 33860 output: Traceback (most recent call last):
App 33860 output:   File "/opt/passenger-5.3.7-13.el7.cloudlinux/src/helper-scripts/wsgi-loader.py", line 369, in <module>
App 33860 output:     app_module = load_app()
App 33860 output:   File "/opt/passenger-5.3.7-13.el7.cloudlinux/src/helper-scripts/wsgi-loader.py", line 76, in load_app
App 33860 output:     return imp.load_source('passenger_wsgi', startup_file)
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 172, in load_source
App 33860 output:     module = _load(spec)
App 33860 output:   File "<frozen importlib._bootstrap>", line 684, in _load
App 33860 output:   File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "/home2/cedsib/app_ecole/Noethys/noethys/passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 172, in load_source
App 33860 output:     module = _load(spec)
App 33860 output:   File "<frozen importlib._bootstrap>", line 684, in _load
App 33860 output:   File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 33860 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 33860 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 33860 output:   File "passenger_wsgi.py", line 8, in <module>
App 33860 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 33860 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 33860 output:     module = _exec(spec, sys.modules[name])
App 33860 output:   File "<frozen importlib._bootstrap>", line 601, in _exec
App 33860 output:   File "<frozen importlib._bootstrap>", line 148, in __enter__
App 33860 output:   File "<frozen importlib._bootstrap>", line 166, in _get_module_lock
App 33860 output: RecursionError: maximum recursion depth exceeded while calling a Python object
App 34004 output: Traceback (most recent call last):
App 34004 output:   File "/opt/passenger-5.3.7-13.el7.cloudlinux/src/helper-scripts/wsgi-loader.py", line 369, in <module>
App 34004 output:     app_module = load_app()
App 34004 output:   File "/opt/passenger-5.3.7-13.el7.cloudlinux/src/helper-scripts/wsgi-loader.py", line 76, in load_app
App 34004 output:     return imp.load_source('passenger_wsgi', startup_file)
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 172, in load_source
App 34004 output:     module = _load(spec)
App 34004 output:   File "<frozen importlib._bootstrap>", line 684, in _load
App 34004 output:   File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "/home2/cedsib/app_ecole/Noethys/noethys/passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 172, in load_source
App 34004 output:     module = _load(spec)
App 34004 output:   File "<frozen importlib._bootstrap>", line 684, in _load
App 34004 output:   File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 618, in _exec
App 34004 output:   File "<frozen importlib._bootstrap_external>", line 678, in exec_module
App 34004 output:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
App 34004 output:   File "passenger_wsgi.py", line 8, in <module>
App 34004 output:     wsgi = imp.load_source('wsgi', 'passenger_wsgi.py')
App 34004 output:   File "/home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/lib64/python3.6/imp.py", line 170, in load_source
App 34004 output:     module = _exec(spec, sys.modules[name])
App 34004 output:   File "<frozen importlib._bootstrap>", line 601, in _exec
App 34004 output:   File "<frozen importlib._bootstrap>", line 148, in __enter__
App 34004 output:   File "<frozen importlib._bootstrap>", line 166, in _get_module_lock
App 34004 output: RecursionError: maximum recursion depth exceeded while calling a Python object

Failed to build mysqlclient

Je suis à la fin de l'install sur une instance O2Switch où tout sembe. bien se passer.
Seule la commande pip install mysqlclient part en cacahuète et renvoie toutes ces erreurs.
Pourriez-vous m'orienter pour résoudre le problème ?

collecting mysqlclient
  Using cached mysqlclient-2.0.3.tar.gz (88 kB)
Building wheels for collected packages: mysqlclient
  Building wheel for mysqlclient (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: /home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/bin/python3.6_bin -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-jkcrx12y/mysqlclient_7b8d830665154034998ae31c21efcb47/setup.py'"'"'; __file__='"'"'/tmp/pip-install-jkcrx12y/mysqlclient_7b8d830665154034998ae31c21efcb47/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-zscj4kpm
       cwd: /tmp/pip-install-jkcrx12y/mysqlclient_7b8d830665154034998ae31c21efcb47/
  Complete output (43 lines):
  mysql_config --version
  ['10.3.28']
  mysql_config --libs
  ['-L/usr/lib64', '-lmariadb', '-lpthread', '-ldl', '-lm', '-lssl', '-lcrypto', '-lz']
  mysql_config --cflags
  ['-I/usr/include/mysql']
  ext_options:
    library_dirs: ['/usr/lib64']
    libraries: ['mariadb', 'pthread', 'dl', 'm']
    extra_compile_args: ['-std=c99']
    extra_link_args: []
    include_dirs: ['/usr/include/mysql']
    extra_objects: []
    define_macros: [('version_info', "(2,0,3,'final',0)"), ('__version__', '2.0.3')]
  /opt/alt/python36/lib64/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'
    warnings.warn(msg)
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.linux-x86_64-3.6
  creating build/lib.linux-x86_64-3.6/MySQLdb
  copying MySQLdb/__init__.py -> build/lib.linux-x86_64-3.6/MySQLdb
  copying MySQLdb/_exceptions.py -> build/lib.linux-x86_64-3.6/MySQLdb
  copying MySQLdb/connections.py -> build/lib.linux-x86_64-3.6/MySQLdb
  copying MySQLdb/converters.py -> build/lib.linux-x86_64-3.6/MySQLdb
  copying MySQLdb/cursors.py -> build/lib.linux-x86_64-3.6/MySQLdb
  copying MySQLdb/release.py -> build/lib.linux-x86_64-3.6/MySQLdb
  copying MySQLdb/times.py -> build/lib.linux-x86_64-3.6/MySQLdb
  creating build/lib.linux-x86_64-3.6/MySQLdb/constants
  copying MySQLdb/constants/__init__.py -> build/lib.linux-x86_64-3.6/MySQLdb/constants
  copying MySQLdb/constants/CLIENT.py -> build/lib.linux-x86_64-3.6/MySQLdb/constants
  copying MySQLdb/constants/CR.py -> build/lib.linux-x86_64-3.6/MySQLdb/constants
  copying MySQLdb/constants/ER.py -> build/lib.linux-x86_64-3.6/MySQLdb/constants
  copying MySQLdb/constants/FIELD_TYPE.py -> build/lib.linux-x86_64-3.6/MySQLdb/constants
  copying MySQLdb/constants/FLAG.py -> build/lib.linux-x86_64-3.6/MySQLdb/constants
  running build_ext
  building 'MySQLdb._mysql' extension
  creating build/temp.linux-x86_64-3.6
  creating build/temp.linux-x86_64-3.6/MySQLdb
  gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -Dversion_info=(2,0,3,'final',0) -D__version__=2.0.3 -I/usr/include/mysql -I/opt/alt/python36/include/python3.6m -c MySQLdb/_mysql.c -o build/temp.linux-x86_64-3.6/MySQLdb/_mysql.o -std=c99
  unable to execute 'gcc': Permission denied
  error: command 'gcc' failed with exit status 1
  ----------------------------------------
  ERROR: Failed building wheel for mysqlclient
  Running setup.py clean for mysqlclient
Failed to build mysqlclient
Installing collected packages: mysqlclient
    Running setup.py install for mysqlclient ... error
    ERROR: Command errored out with exit status 1:
     command: /home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/bin/python3.6_bin -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-jkcrx12y/mysqlclient_7b8d830665154034998ae31c21efcb47/setup.py'"'"'; __file__='"'"'/tmp/pip-install-jkcrx12y/mysqlclient_7b8d830665154034998ae31c21efcb47/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-d7nper98/install-record.txt --single-version-externally-managed --compile --install-headers /home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/include/site/python3.6/mysqlclient
         cwd: /tmp/pip-install-jkcrx12y/mysqlclient_7b8d830665154034998ae31c21efcb47/
    Complete output (43 lines):
    mysql_config --version
    ['10.3.28']
    mysql_config --libs
    ['-L/usr/lib64', '-lmariadb', '-lpthread', '-ldl', '-lm', '-lssl', '-lcrypto', '-lz']
    mysql_config --cflags
    ['-I/usr/include/mysql']
    ext_options:
      library_dirs: ['/usr/lib64']
      libraries: ['mariadb', 'pthread', 'dl', 'm']
      extra_compile_args: ['-std=c99']
      extra_link_args: []
      include_dirs: ['/usr/include/mysql']
      extra_objects: []
      define_macros: [('version_info', "(2,0,3,'final',0)"), ('__version__', '2.0.3')]
    /opt/alt/python36/lib64/python3.6/distutils/dist.py:261: UserWarning: Unknown distribution option: 'long_description_content_type'
      warnings.warn(msg)
    running install
    running build
    running build_py
    creating build
    creating build/lib.linux-x86_64-3.6
    creating build/lib.linux-x86_64-3.6/MySQLdb
    copying MySQLdb/__init__.py -> build/lib.linux-x86_64-3.6/MySQLdb
    copying MySQLdb/_exceptions.py -> build/lib.linux-x86_64-3.6/MySQLdb
    copying MySQLdb/connections.py -> build/lib.linux-x86_64-3.6/MySQLdb
    copying MySQLdb/converters.py -> build/lib.linux-x86_64-3.6/MySQLdb
    copying MySQLdb/cursors.py -> build/lib.linux-x86_64-3.6/MySQLdb
    copying MySQLdb/release.py -> build/lib.linux-x86_64-3.6/MySQLdb
    copying MySQLdb/times.py -> build/lib.linux-x86_64-3.6/MySQLdb
    creating build/lib.linux-x86_64-3.6/MySQLdb/constants
    copying MySQLdb/constants/__init__.py -> build/lib.linux-x86_64-3.6/MySQLdb/constants
    copying MySQLdb/constants/CLIENT.py -> build/lib.linux-x86_64-3.6/MySQLdb/constants
    copying MySQLdb/constants/CR.py -> build/lib.linux-x86_64-3.6/MySQLdb/constants
    copying MySQLdb/constants/ER.py -> build/lib.linux-x86_64-3.6/MySQLdb/constants
    copying MySQLdb/constants/FIELD_TYPE.py -> build/lib.linux-x86_64-3.6/MySQLdb/constants
    copying MySQLdb/constants/FLAG.py -> build/lib.linux-x86_64-3.6/MySQLdb/constants
    running build_ext
    building 'MySQLdb._mysql' extension
    creating build/temp.linux-x86_64-3.6
    creating build/temp.linux-x86_64-3.6/MySQLdb
    gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -Dversion_info=(2,0,3,'final',0) -D__version__=2.0.3 -I/usr/include/mysql -I/opt/alt/python36/include/python3.6m -c MySQLdb/_mysql.c -o build/temp.linux-x86_64-3.6/MySQLdb/_mysql.o -std=c99
    unable to execute 'gcc': Permission denied
    error: command 'gcc' failed with exit status 1
    ----------------------------------------
ERROR: Command errored out with exit status 1: /home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/bin/python3.6_bin -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-jkcrx12y/mysqlclient_7b8d830665154034998ae31c21efcb47/setup.py'"'"'; __file__='"'"'/tmp/pip-install-jkcrx12y/mysqlclient_7b8d830665154034998ae31c21efcb47/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-d7nper98/install-record.txt --single-version-externally-managed --compile --install-headers /home2/cedsib/virtualenv/app_ecole/Noethys/noethys/3.6/include/site/python3.6/mysqlclient Check the logs for full command output.

Fenetre Modale ne rend pas le focus sur la fenetre principale

Bonjour,

Parfois, suite a la validation d'une fenêtre modale (Fiche Familiale) celle ci passe en arrière plan et ne se ferme pas.
Elle garde le focus et il devient impossible d’interagir avec la fenêtre principale.
Lors du survol de l’icône sur la barre des taches Windows, on voit bien l’aperçu correspondant a la fenêtre modale, mais impossible de la faire passer au 1er plan.
La seule solution est de tuer le process principal.

Erreur à l'ouverture de fiche de consommation quant une activité a été remboursée

Une erreur se produit lorsqu'on ouvre une fiche de consommation d'une famille dont au moins un membre s'est désincrit à une activité avec remboursement.

L'erreur contient le rapport suivant:

## 26/12/2017 11:06:58 | 1.2.2.0 | wxPython 3.0.2.0 gtk2 (classic) | linux2 Linux 4.11.0-041100-lowlatency x86_64 ##
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/lib/agw/customtreectrl.py", line 8003, in OnInternalIdle
    self.CalculatePositions()
  File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/lib/agw/hypertreelist.py", line 3913, in CalculatePositions
    self.CalculateLevel(self._anchor, dc, 0, y, x_colstart) # start recursion
  File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/lib/agw/hypertreelist.py", line 3871, in CalculateLevel
    y = self.CalculateLevel(children[n], dc, level, y, x_colstart)  # recurse
  File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/lib/agw/hypertreelist.py", line 3875, in CalculateLevel
    self.CalculateSize(item, dc)
  File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/lib/agw/hypertreelist.py", line 3792, in CalculateSize
    w, h, dummy = dc.GetMultiLineTextExtent(item.GetText(column))
  File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_gdi.py", line 4148, in GetMultiLineTextExtent
    return _gdi_.DC_GetMultiLineTextExtent(*args, **kwargs)
TypeError: String or Unicode type required

La connexion Nomadhys Noethys devrait utiliser un mot de passe et être chiffrée par défaut

Bonjour,

Il est possible depuis Noethys de protéger la communication avec Nomadhys avec un mot de passe. Il me semble que cette option devrait être choisie par défaut, ou même être obligatoire, surtout compte tenu de l'obligation de confidentialité des données échangées. En effet, il me semble qu'il faut toujours partir du principe que le réseau est non sécurisé :

  • c'est le cas si la connexion passe par Internet
  • c'est le cas sur un réseau local à partir du moment où on y introduit des équipements mal sécurisés ou vérolés (ce qui est très difficile à empêcher).

À défaut d'activer ce réglage par défaut ou de le rendre obligatoire, le minimum serait de prévenir l'utilisateur des dangers d'une communication en claire.

Merci d'avance,
Yvan

BUG Linux (importation de sauvegarde)

Bonjour,

Je viens d'installer Noethys sur Linux Mint 20. En important une sauvegarde en .nod, j'ai eu ce message :

05/07/2021 16:52:28 | 1.2.9.9 | wxPython 4.1.1 gtk3 (phoenix) wxWidgets 3.1.5 | linux Linux 5.4.0-77-generic x86_64

Traceback (most recent call last):
File "/home/rolin/.local/lib/python3.8/site-packages/wx/lib/mixins/gridlabelrenderer.py", line 123, in _onPaintColLabels
cols = self.CalcColLabelsExposed(window.GetUpdateRegion())
wx._core.wxAssertionError: C++ assertion "idx >= 0 && idx < m_numCols" failed at /home/wxpy/wxPython-4.1.1/ext/wxWidgets/include/wx/generic/grid.h(2081) in GetColPos(): invalid column index

A partir de ce moment-là, plus rien ne répond. Il a bien récupéré les fiches adhérents (en tous cas la 1è page), mais il est planté. Quand on veut le fermer on a un message "Noethys ne répond pas, voulez-vous quitter définitivement ?".

Tech : Linux Mint 20, python 3.8.
Merci pour votre attention.

(Copie du message envoyé sur le forum du site web)

Date de référence non inclusive dans la synthèse des consommations

Dans Consommations > Synthèse des consommations, lorsque l'on prends par exemple pour une activité ayant des consommations de saisies :

  • Période de référence : Du = 03/09/2018
  • Options : Regroup. = Ecole

La liste affiche - Non renseigné - alors que la scolarité de tous les individus est bien renseignée.

En regardant de plus près, cela fonctionne si on prend comme date de référence le 04/09/2018. Cela semble dû au fait que la scolarité des individus commence le 03/09/2018 (le jour de la rentrée, ce qui semble logique), et que le code ne semble pas inclure cette date dans son traitement. En effet, en remplaçant dans cette ligne date_debut < str(self.date_reference) par date_debut <= str(self.date_reference), la liste contient désormais les résultats.

Je vous laisse apprécier la correction de ce bug, ou pas. Vu que cette fonction semble appelée dans d'autres contextes, ne sachant pas le comportement qu'elle est censée avoir et n'ayant pas moyen de tester cela, je ne voudrais pas introduire d'autres problèmes.

Distribution Linux de référence ?

Bonjour,

Je n'arrive pas à installer Noethys sur une Debian testing. wxpython ne semble pas être disponible dans la bonne version par exemple.

Quelle est la distribution de référence pour installer Noethys ? J'ai cru comprendre que c'était une Ubuntu, quelle version ?

Un Dockerfile pourrait être une idée (je m'y essaierais si je trouve le temps).

Merci !

IndexError: string index out of range

Le logiciel me demande de signaler ceci à l'auteur (erreur au moment de saisir une unité de remplissage):
## 19/09/2017 15:30:19 | 1.2.1.2 | wxPython 3.0.2.0 gtk2 (classic) | linux2 Linux 4.9.0-3-686 i686 ## Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 16765, in <lambda> lambda event: event.callable(*event.args, **event.kw) ) File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/lib/masked/maskededit.py", line 5637, in _fixSelection elif sel_start > self._goEnd(getPosOnly=True): File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/lib/masked/maskededit.py", line 4578, in _goEnd char = text[i] IndexError: string index out of range

Installation error on Linux Mint 20.1

Hi,

I had an issue while installing Noethys on linux mint 20.1. All fine until the last action python3 Noethys/noethys/Noethys.py, which returns

Traceback (most recent call last):
  File "Noethys/noethys/Noethys.py", line 17, in <module>
    from Utils.UTILS_Traduction import _
  File "/home/tarantababu/Noethys/noethys/Utils/UTILS_Traduction.py", line 15, in <module>
    from Utils import UTILS_Fichiers
  File "/home/tarantababu/Noethys/noethys/Utils/UTILS_Fichiers.py", line 17, in <module>
    from Utils import UTILS_Customize
  File "/home/tarantababu/Noethys/noethys/Utils/UTILS_Customize.py", line 12, in <module>
    import wx
  File "/home/tarantababu/anaconda3/lib/python3.8/site-packages/wx/__init__.py", line 17, in <module>
    from wx.core import *
  File "/home/tarantababu/anaconda3/lib/python3.8/site-packages/wx/core.py", line 12, in <module>
    from ._core import *
ImportError: /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0: undefined symbol: hb_ot_metrics_get_position

I tried to install glib as suggested on the internet but it didn't worked. My anaconda uses python 3.8.5

Would you know how to solve this?

Thanks!

Noethys Full Web ?

Bonjour,

je recherche une solution de gestion de portail famille pour les mairies et je tombe sur votre projet.
Pouvez-vous me confirmer que la couple Noethys/Connecthys peut être installé sur un même serveur en ligne chez ovh par exemple et sans avoir besoin de bureau graphique ?

Pour l'instant en suivant votre documentation j'en arrive là en le lançant sur une debian 7

~/Noethys/noethys# python Noethys.py
Traceback (most recent call last):
  File "Noethys.py", line 57, in <module>
    from Ctrl import CTRL_Portail_serveur
  File "/root/Noethys/noethys/Ctrl/CTRL_Portail_serveur.py", line 23, in <module>
    from Utils import UTILS_Portail_synchro
  File "/root/Noethys/noethys/Utils/UTILS_Portail_synchro.py", line 44, in <module>
    from Dlg.DLG_Portail_config import VALEURS_DEFAUT as VALEURS_DEFAUT_CONFIG
  File "/root/Noethys/noethys/Dlg/DLG_Portail_config.py", line 15, in <module>
    import wx.propgrid as wxpg
ImportError: No module named propgrid

Merci d'avance pour votre réponse.

Cordialement

Pas de case blanche dans le calendrier d'ouverture et d evenement sous Debian

Bonjour,
Nous sommes en train de faire quelques essais pour éventuellement utiliser Noethys. Nous avons un problème lors de la création d'une activitésous une debian mate toute fraiche, il n'y a pas de case dans le calendrier des ouvertures: capture d'écran
Message d'erreur:
`** (Noethys.py:13388): WARNING **: Error converting text from IM to UTF-8: Invalid byte sequence in conversion input

(Noethys.py:13388): Gtk-CRITICAL **: IA__gtk_container_remove: assertion 'GTK_IS_TOOLBAR (container) || widget->parent == GTK_WIDGET (container)' failed
`

Nom de la base de données

Y'a t'il un moyen actuellement pour pas avoir un _data en fin de nom de BDD ?

J'aurais souhaité l'utiliser sur un service mutualisé où j'ai pas la main sur le nom de la BDD

Bug au démarrage

Bonjour,

Nous avons un bug au démarrage ; cf capture jointe.

bug_noethys2

Une réinitialisation du logiciel évite le bug(en appuyant sur control au lancement), mais celui-ci réapparait souvent.

Sur ce poste, nous sommes obligés de réinitialiser noethys presque à chaque connexion.

Gestion des Exceptions dans les migrations de BDD

Bonjour,

Merci pour votre travail sur Noethys.

Un usager à nous a eu un soucis qu'il nous a été délicat de comprendre et reproduire. Le soucis est que cette migration n'est pas passée dans mariadb :

MariaDB [noethys_prod_data]> ALTER TABLE tarifs ADD code_produit_local VARCHAR(200);
ERROR 1118 (42000): Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs

Vu le code, l'usager a certainement eu un message d'erreur mais n'y a pas forcément prêté l'attention nécessaire. La suite de la migration a vraisemblablement suivi son cours et la version en base a été upgradée.

Il aurait été plus juste que, la migration échouant, la suite des opérations ne soit pas conduite, et que la version en bdd ne soit pas mise à jour sauf à la dernière migration ok. Ainsi, la bdd ne serait pas dans un état désynchronisé. À chaque lancement du logiciel, celui-ci ressayant la migration, le message d'erreur serait présenté et l'usager serait plus conscient de l'existence d'un problème, plus aisément corrigeable par nos soins.

Bien cordialement.
François

Mot de passe affiché en clair dans le mail d'activation

Le mot de passe de l'utilisateur est affiché en clair dans le mail d'activation de compte qu'il reçoit . Ce qui, je crains, ne soit pas une bonne pratique en terme de sécurité des données. Est-ce que vous avez prévu d'y remédier?

(fin de l'installation) Noethys.py ne veut pas se lancer

Bonjour,

J'ai bien exécuté l'ensemble de la procédure (chez O2Switch).
Je suis en Python 3.6.11 (je n'arrive à installer une dépendance sur la version 3.7 supérieur).

pas de problème sur wxPython :

Installing collected packages: six, pillow, numpy, wxPython
Successfully installed numpy-1.19.5 pillow-8.4.0 six-1.16.0 wxPython-4.1.1

Toutes les dépendances s'installent correctement :
Successfully installed Automat-20.2.0 Twisted-22.1.0 XlsxWriter-3.0.2 appdirs-1.4.4 attrs-21.4.0 bcrypt-3.2.0 cffi-1.15.0 comtypes-1.1.11 constantly-15.1.0 cryptography-36.0.1 cycler-0.11.0 greenlet-1.1.2 hyperlink-21.0.0 icalendar-4.0.9 idna-3.3 importlib-metadata-4.8.3 incremental-21.3.0 kiwisolver-1.3.1 lxml-4.8.0 matplotlib-3.3.4 mysqlclient-2.1.0 opencv-python-4.5.5.62 paramiko-2.9.2 psutil-5.9.0 pycparser-2.21 pycryptodome-3.14.1 pynacl-1.5.0 pyparsing-3.0.7 pystrich-0.8 python-dateutil-2.8.2 pyttsx-1.1 pytz-2021.3 reportlab-3.6.7 sqlalchemy-1.4.31 typing-extensions-4.1.1 xlrd-2.0.1 zipp-3.6.0 zope.interface-5.4.0

Par contre, la dernière commande ne fonctionne pas :

python Noethys.py
  File "Noethys.py", line 8
    def Noethys/setup.py(environ, start_response):
               ^
SyntaxError: invalid syntax

Comment puis-je corriger ?

Impossible de démarrer noethys

$ python noethys/Noethys.py
Traceback (most recent call last):
File "noethys/Noethys.py", line 27, in
UTILS_Linux.AdaptationsDemarrage()
File "/home/neoclust/Documents/Ecole/Noethys/noethys/Utils/UTILS_Linux.py", line 26, in AdaptationsDemarrage
os.chdir(sys.path[1])
OSError: [Errno 20] Not a directory: '/usr/lib/python2.7/site-packages/sample-1.2.0-py2.7.egg'

plantage au démarrage de Noethys

12/08/2022 23:27:21 | 1.3.1.1 | wxPython 4.2.0 gtk3 (phoenix) wxWidgets 3.2.0 | linux Linux 5.19.0-desktop-3.mga9 x86_64

Traceback (most recent call last):
File "/usr/share/noethys/Ctrl/CTRL_ObjectListView.py", line 166, in _HandleSize
self.stEmptyListMsg.SetSize(0, sz.GetHeight()/proportion, sz.GetWidth(), sz.GetHeight()) # J'ai mis 2 a la place de 3
TypeError: Window.SetSize(): arguments did not match any overloaded call:
overload 1: argument 2 has unexpected type 'float'
overload 2: argument 1 has unexpected type 'int'
overload 3: argument 1 has unexpected type 'int'
overload 4: argument 2 has unexpected type 'float'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/share/noethys/Ctrl/CTRL_ObjectListView.py", line 168, in _HandleSize
self.stEmptyListMsg.SetDimensions(0, sz.GetHeight() / proportion, sz.GetWidth(), sz.GetHeight()) # J'ai mis 2 a la place de 3
File "/usr/lib64/python3.10/site-packages/wx/core.py", line 82, in deprecated_func
return item(*args)
TypeError: Window.SetDimensions(): argument 3 has unexpected type 'float'

Expliciter les codes d'erreur

Bonjour,

Sur une installation nous avons eu ce message « Désolé, le problème suivant a été rencontré dans la recherche de factures » engendré par noethys/Ol/OL_Factures_generation_selection.py l88.

Malheureusement le code d'erreur (« 20 ») est cryptique. Est-ce qu'il serait possible d'avoir une table d'erreurs ou une traduction du code d'erreur dans le message ?

Installation error on Ubuntu 20.04

Hello,

I followed the instruction regarding the installation on Ubuntu 20.04, and I'm getting the following error on database choosing.

## 16/09/2021 14:23:12 | 1.2.9.9 | wxPython 4.1.1 gtk3 (phoenix) wxWidgets 3.1.5 | linux Linux 5.11.0-34-generic x86_64 ##
Traceback (most recent call last):
  File "/home/olivierb/.local/lib/python3.8/site-packages/wx/lib/mixins/gridlabelrenderer.py", line 123, in _onPaintColLabels
    cols = self.CalcColLabelsExposed(window.GetUpdateRegion())
wx._core.wxAssertionError: C++ assertion "idx >= 0 && idx < m_numCols" failed at /home/wxpy/wxPython-4.1.1/ext/wxWidgets/include/wx/generic/grid.h(2081) in GetColPos(): invalid column index

I also tested on Debian, and this is the same.

Aperçu Attestation de présence - Message d'erreur non fonctionnel

299 # Si aucune attestation à créer
300 if len(dictComptes) == 0 :
301 dlg = wx.MessageDialog(self, _(u"Il n'y a aucune attestation à créer !"), _(u"Erreur de saisie"), wx.OK | wx.ICON_EXCLAMATION)
302 dlg.ShowModal()
303 dlg.Destroy()
304 return

Ne fonctionne pas car dictComptes renvoie les données de tous les individus de la liste qu'ils soient cochés ou non, donc jamais à 0

Test process portail echoue

sous linux le test des process python ouverts pour detecer si run.py est en cours de fonctionnement échoue avec l'erreur:

Traceback (most recent call last):
  File "/root/Noethys/noethys/Dlg/DLG_Portail_config.py", line 845, in OnBoutonOutils
    if len(self.GetListeProcess()) > 0 :
  File "/root/Noethys/noethys/Dlg/DLG_Portail_config.py", line 960, in GetListeProcess
    if len(cmdline) > 0 and "run.py" in cmdline[1] :
IndexError: list index out of range

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.