Dan Villiom Podlaski Christiansen wrote, On 9/1/10 9:07 PM:
I fixed this in my Mercurial mirror of PyGUI in changeset
76daab77c864,[1] also attached below.

Thanks, I cloned your Mercurial mirror and that works! I do have a Python beginner's question about it. The changeset replaces calls to self.dispatch_to_app with calls to self.pygui_app.dispatch. But as far as I can tell all self.dispatch_to_app did was check if self.pygui_app exists and if it does call self.pygui_app.dispatch passing on its arguments. So what about this changeset makes any difference to how it runs other than skipping the error check for whether self.pygui_app is set?

 -- Sidney Markowitz
    http://sidney.com
_______________________________________________
Pygui mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pygui

Reply via email to