Re: [Tkinter-discuss] tkinter extensions

2013-05-18 Thread Alejandro Autalan
2013/5/18 Beinan Li : > Hi Tkinter, > > I'm new to the list and have to confess that I'm a newbie > that needs recommendations on high-level (compound) widgets based on > tkinter. > As far as I understand, I assume ttk has quite a number of high-level > widgets such as notebook, > but the inventory

Re: [Tkinter-discuss] tkinter extensions

2013-05-18 Thread John W. Shipman
On Sat, 18 May 2013, Beinan Li wrote: +-- | I'm new to the list and have to confess that I'm a newbie | that needs recommendations on high-level (compound) widgets based on | tkinter. | As far as I understand, I assume ttk has quite a number of high-level | widgets such as notebook, | but the inv

Re: [Tkinter-discuss] tkinter extensions

2013-05-18 Thread Kevin Walzer
Hi Benian, Tkinter indeed has a lot of extension packages. The Tkinter wiki is very hit-or-miss in listing and documenting them, however. Pmw (http://pmw.sourceforge.net ) PMW is somewhat outdated but still seems to be

[Tkinter-discuss] tkinter extensions

2013-05-18 Thread Beinan Li
Hi Tkinter, I'm new to the list and have to confess that I'm a newbie that needs recommendations on high-level (compound) widgets based on tkinter. As far as I understand, I assume ttk has quite a number of high-level widgets such as notebook, but the inventory is still not as big as one may find

Re: [Tkinter-discuss] Button Press Freezes

2013-05-18 Thread Michael Lange
Hi, On Thu, 16 May 2013 14:08:10 +1200 Greg Ewing wrote: > No, music.play() is not supposed to block. However, I haven't tried to > use it outside the context of a pygame app, so I don't know how it > behaves if there isn't a pygame event loop running. Ok, now I got curious and gave it a try an