how to use the tktreectrl to create a specific folder tree
I have no experience with the Python wrapper Tkinter. But from the error it looks like treectrl isn't installed where Python can find it. It needs to go into Python's "lib" folder or something. Sorry I can't be more help.
I have no experience with the Python wrapper Tkinter. But from the error it looks like treectrl isn't installed where Python can find it. It needs to go into Python's "lib" folder or something. Sorry I can' be more help.
_tkinter.TclError: can't find package treectrl
A fork with a fix is at https://github.com/apnadkarni/tktreectrl /Ashok
Git bisect shows offending commit as : c:\src\tktreectrl>git bisect bad e8a19f7d07e5b25cb07d46e31ee9a60af3a6e01e is the first bad commit commit e8a19f7d07e5b25cb07d46e31ee9a60af3a6e01e Author: Tim Baker treectrl@users.sourceforge.net Date: Sat Mar 30 21:22:57 2013 -0700 Added text element option -truncpos to control position of "...". The -truncpos option can have the value "start", "middle" or "end". :040000 040000 4c120affe3be7f7dd8cc6177f1b3096f0d6a3c98 56f3ba9bbc89ce8aad7bd26c29df318460755d19...
If usefull, I can provide 2 Tcl/Tk scripts exercising TkTreeCtrl under simulated heavy load with a SQlite db and showing differences between 2.4.1 / 2.4.2 versions. I wonder if performance regression relates to : +What's New in TkTreeCtrl 2.4.2 +Changed how the scroll position is calculated. + +The x/y scroll position has always been +relative to the top-left corner of the widget, when it should really be +relative to the top-left corner of the content area (i.e., the area +inside the borders and...
Perf regression in version 2.4.2 vs version 2.4.1 on Win7
HTML display
"Tab" character is not displayed in "text" element.