Description
Traceback (most recent call last):
File "C:\Users\xxx\OneDrive\Desktop\ProperTree\ProperTree-master\ProperTree.command", line 569, in
p = ProperTree(plists)
File "C:\Users\xxx\OneDrive\Desktop\ProperTree\ProperTree-master\ProperTree.command", line 21, in init
self.tk = tk.Tk()
File "C:\Users\xxx\AppData\Local\Programs\Python\Python38\lib\tkinter_init_.py", line 2261, in init
self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use)
_tkinter.TclError: Can't find a usable init.tcl in the following directories:
{C:\Program Files (x86)\CSR\BlueSuite 2.5.0} C:/Users/xxx/AppData/Local/Programs/Python/Python38/lib/tcl8.6 C:/Users/xxx/AppData/Local/Programs/Python/lib/tcl8.6 C:/Users/xxx/AppData/Local/Programs/lib/tcl8.6 C:/Users/xxx/AppData/Local/Programs/Python/library C:/Users/xxx/AppData/Local/Programs/library C:/Users/xxx/AppData/Local/Programs/tcl8.6.9/library C:/Users/xxx/AppData/Local/tcl8.6.9/library
This probably means that Tcl wasn't installed properly.
Script exited with error code: 1
I made sure the add path option was ticked when I reinstalled the App (Yes I deleted the old version first).