I have installed the latest community version of Active Python and going through various courses and self help books. I am now at the stage where I am learning about Tkinter and am wanting to use some of the listboxt formatting features I see in TkTreeCtrl.
However, despite looking round the web and forums, I have not been able to install TkTreeCtrl in my Python32 directories.
I found the following advice from Sourceforge, but having downloaded and unpacked the package, I still can not find where to copy the contents.
"Of course you will also have to install the Tcl/Tk treectrl package to be able to use the TkTreectrl module.
On windows systems simply download the tktreectrl-2.x.x-Tk8.x-win32.zip archive suitable for the Tk version in use and copy the contents of the archive into your Python installation's tcl folder."
Can someone point me at some instructions please or advise me how I can get these features by an alternative install route?
Many thanks.