[issue22099] Two Save As Windows

2014-07-28 Thread Adam Kimbrough

New submission from Adam Kimbrough:

I am on a Mac running Mavericks 10.9.4. Whenever I press shift+command+s to 
save a file as a specific name, it opens two windows. But, if I Save As 
through the button in the menu bar, it only opens one window.

--
components: IDLE
messages: 224204
nosy: Adam.Kimbrough
priority: normal
severity: normal
status: open
title: Two Save As Windows
type: behavior
versions: Python 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22099
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue22099] Two Save As Windows

2014-07-28 Thread Ned Deily

Ned Deily added the comment:

This is due to a bug in earlier versions of Cocoa Tk 8.5.x, originally 
documented in Issue11055.  Unfortunately, Apple is still shipping such a 
version in current versions of OS X.  One solution is to install a newer 
version of Tk 8.5, such as ActiveTcl 8.5.15 and use a version of Python that 
links with it, such as from the python.org OS X installers (currently 2.7.8).  
More details here:

https://www.python.org/download/mac/tcltk/

--
nosy: +ned.deily
resolution:  - duplicate
stage:  - resolved
status: open - closed
superseder:  - OS X IDLE 3.2 Save As menu accelerator opens two Save windows

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22099
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com