This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients amcnerney13, ned.deily, ronaldoussoren
Date 2011-03-15.20:31:23
SpamBayes Score 1.2974566e-11
Marked as misclassified No
Message-id <1300221085.09.0.834345793055.issue11088@psf.upfronthosting.co.za>
In-reply-to
Content
This isn't strictly a key-bindings problem, other events also cause problems. 

I've patched ScriptBinding.py and repacled run_module_event that causes the original, now renamed, method to be called a little why later. This change doesn't fix the issue but makes it even worse: even the menu no longer works.

    def run_module_event(self, event):
        self.editwin.text_frame.after('idle', self._run_module_event, None)
        return 'break'

    def _run_module_event(self, event):
        """Run the module after setting up the environment.

I'm getting more and more disappointed in the way Tk on OSX is moving forward.
History
Date User Action Args
2011-03-15 20:31:25ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, amcnerney13
2011-03-15 20:31:25ronaldoussorensetmessageid: <1300221085.09.0.834345793055.issue11088@psf.upfronthosting.co.za>
2011-03-15 20:31:23ronaldoussorenlinkissue11088 messages
2011-03-15 20:31:23ronaldoussorencreate