Topic: Error installing tb_generator

hi guys. I'm on Debian 10 and running Qelectrotech v7 dev.
I got this erro running the qet_tb_generator.

gleissonjjc@gleisson-debian:~$ qet_tb_generator
Traceback (most recent call last):
  File "/usr/local/bin/qet_tb_generator", line 6, in <module>
    from src.main import main
  File "/usr/local/lib/python3.7/dist-packages/src/main.py", line 43, in <module>
    import tkinter as tk
ModuleNotFoundError: No module named 'tkinter'
i need help.

Re: Error installing tb_generator

Hi,

try to install this:

sudo apt-get install tk tix

https://qelectrotech.org/forum/viewtopi … 8321#p8321 

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !

Re: Error installing tb_generator

Done !!!! Tks !!