John O'Hagan wrote:
> On Wed, 10 Dec 2008, badmuthahubbard wrote:
>> I've been trying to get the timing right for a music sequencer using
>> Tkinter. First I just loaded the Csound API module and ran a Csound
>> engine in its own performance thread. The score timing was good,
>> being controlled
Roger wrote:
> I've done a lot of googling for this topic and I fear that it's not
> possible. I have a widget that is overloaded with several bindings.
> I want to be able to unbind one method form the same Event without
> destroying all the other bindings to the same event that's associated
> t
Bad Mutha Hubbard wrote:
> Roger wrote:
>
>> I've done a lot of googling for this topic and I fear that it's not
>> possible. I have a widget that is overloaded with several bindings.
>> I want to be able to unbind one method form the same Event without
>&
Hi. I know I have some bugs in this, but I'm trying to find out one
thing in particular: why the accept() method in the server never returns
in OSX. It announces that it is waiting, and the client announces that
it is attempting to connect, and both print the same port number, but it
just hangs.