/EnquestesProcessor

Forked from https://github.com/ElPuig/Aplicacions-Gestio-Dades/tree/master/EnquestesProcessor..

Primary LanguagePython

INSTALL:

  • pip
  • macOS/Windows: GTK+ libraries

RUN:

  • Execució d'estadística:
    python EnquestesProcessor.py [<seetings_file.yaml>]
  • Execució de tests complets:
    python EnquestesProcessor.py -t [verbosity: <0> | <1> | <2>]
  • Execució de tests unitaris:
    python EnquestesProcessor.py -t -u [verbosity: <0> | <1> | <2>]
  • Execució de test d'execució completa del codi:
    python EnquestesProcessor.py -t -c"
    

IN CASE OF ERROR:

  • ImportError: cannot import name '_imaging' from 'PIL' (/usr/lib/python3/dist-packages/PIL/init.py)
    pip install --upgrade --force-reinstall pillow