Hi all, the problem was that I forgot the debug mode enable, and the program tries to print extra info. I'm sorry :-(
I use every week the QET_TB_Generator and on my machine was working well because the source code is in. The version 0.7.7 is launched.
To update:
pip3 install --upgrade qet_tb_generatorIf someone has problems, the next commands create a virtualenv (isolated from the rest of the system) with the correct versions of python and the other libraries.
mkdir qet_tb
cd qet_tb
virtualenv --python=/usr/bin/python3 env
source env/bin/activate
pip install -r requirements.txtTo exit from the virtualenv:
deactivateTo delete de virtual enviroment, just remove the qet_tb folder.
The file requirement.txt is attached.
