Message186258
It works OK as long as you are running Python from a framework build (--enable-framework). There are various OS X customizations in IDLE that are currently triggered by the runningAsOSXApp() function in idlelib/macosxSupport.py. One of the customizations is to add the event binding for <Control-Button-1> (in idle lib/EditorWindow.py). Restricting the customizations to framework builds is not useful nor correct and there are some other questionable customizations assumptions made in that module. I'll work up a patch. In the meantime, you can easily workaround it for testing by patching runningAsOSXApp to always return True. |
|
Date |
User |
Action |
Args |
2013-04-08 00:51:46 | ned.deily | set | recipients:
+ ned.deily, roger.serwy, Todd.Rovito |
2013-04-08 00:51:46 | ned.deily | set | messageid: <1365382306.63.0.670647131469.issue17654@psf.upfronthosting.co.za> |
2013-04-08 00:51:46 | ned.deily | link | issue17654 messages |
2013-04-08 00:51:45 | ned.deily | create | |
|