Re: treeviewcontrol in tkinter.ttk

2011-06-30 Thread Ned Deily
In article <4e0cad83$0$6583$9b4e6...@newsspool3.arcor-online.net>, Wolfgang Meiners wrote: > when i type the following code under python3, version 3.2 using osx 10.6.8: [...] You might want to ask your question on the Tkinter list and/or possibly the Tcl Mac list. http://mail.python.org/mailma

treeviewcontrol in tkinter.ttk

2011-06-30 Thread Wolfgang Meiners
Hi all, when i type the following code under python3, version 3.2 using osx 10.6.8: ## #! /usr/bin/env python3 # -*- coding: utf-8 -*- from tkinter import * from tkinter.ttk import * from tkinter.font import Font root = Tk() tv = Treevi