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..."

Re: Error installing tb_generator

Done !!!! Tks !!