sudo apt-get install python3-tk 后
使用Qflow gui的时候出现了以下问题:
Argument technology after module name [-T
Traceback (most recent call last):
File "/usr/local/share/qflow/scripts/qflow_manager.py", line 4320, in <module>
root = tkinter.Tk()
File "/usr/lib/python3.10/tkinter/__init__.py", line 2299, in __init__
self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use)
_tkinter.TclError: Can't find a usable tk.tcl in the following directories:
/usr/local/lib/tcl8.6/tk8.6 /usr/local/lib/tk8.6 /usr/lib/tk8.6 /usr/lib/tk8.6 /lib/tk8.6 /usr/library
/usr/lib/tk8.6/tk.tcl: version conflict for package "Tk": have 8.6.12, need exactly 8.6.13
version conflict for package "Tk": have 8.6.12,