Re: [Tkinter-discuss] Using 3rd party Tk/Tcl libraries with Python/Tkinter

2010-12-20 Thread Michael Lange
Hi, Thus spoketh pyt...@bdurham.com unto us on Mon, 20 Dec 2010 12:18:00 -0500: > >From time to time I've seen Tkinter developers reference 3rd party > Tk/Tcl libraries. Some examples are the PMW widgets, TkDnd, and TkTable. Pmw was added mistakenly to this list, it is 100% pure Python :) > >

[Tkinter-discuss] Using 3rd party Tk/Tcl libraries with Python/Tkinter

2010-12-20 Thread python
>From time to time I've seen Tkinter developers reference 3rd party Tk/Tcl libraries. Some examples are the PMW widgets, TkDnd, and TkTable. Here are some questions about these 3rd party components from the perspective of a Python developer new to Tkinter (without any Tk/Tcl experience): 1. Do th