[Tkinter-discuss] tkSnack

2008-06-16 Thread Chris Maddison
Greetings, I'm new to the list. I'm a second year comp sci student putting together a small simple media library in Python for first year computer science students. I'd like to do sound, and as far as I can tell tkSnack is one of the simplest ways of doing that. Yet, with the lastest vers

Re: [Tkinter-discuss] tkSnack

2008-06-16 Thread Kevin Walzer
Chris Maddison wrote: Greetings, I'm new to the list. I'm a second year comp sci student putting together a small simple media library in Python for first year computer science students. I'd like to do sound, and as far as I can tell tkSnack is one of the simplest ways of doing that. Yet, wit

Re: [Tkinter-discuss] tkSnack

2008-06-16 Thread Chris Maddison
I got it to work. You were right there was something wrong with the architecture. As it turns out ActiveTcl 8.5.2 has an outdated PPC snack2.2. On top of that the snack2.2.10 installer script puts the files in the wrong place. It took a little shuffling. Perhaps I will have to warn ActiveSt

Re: [Tkinter-discuss] New member howdy And is there a better way to use Buttons ?

2008-06-16 Thread Bob Greschke
On Jun 12, 2008, at 12:22, Guilherme Polo wrote: ## # BEGIN: class Command # LIB:Command():2006.110 # Pass arguments to functions from button presses and menu selections! Nice! # In your declaration: ...command = Command(func, args,...) # Also use in bind() statements #