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
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
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
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
#