Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IDLE has two "Preferences..." menu's on OSX #50360

Closed
ronaldoussoren opened this issue May 26, 2009 · 4 comments
Closed

IDLE has two "Preferences..." menu's on OSX #50360

ronaldoussoren opened this issue May 26, 2009 · 4 comments
Labels
OS-mac topic-IDLE type-bug An unexpected behavior, bug, or error

Comments

@ronaldoussoren
Copy link
Contributor

BPO 6110
Nosy @ronaldoussoren, @ned-deily, @pablogsal

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2009-05-26.18:48:25.556>
created_at = <Date 2009-05-26.06:51:51.080>
labels = ['OS-mac', 'expert-IDLE', 'type-bug']
title = 'IDLE has two "Preferences..." menu\'s on OSX'
updated_at = <Date 2021-12-18.04:05:03.269>
user = 'https://github.com/ronaldoussoren'

bugs.python.org fields:

activity = <Date 2021-12-18.04:05:03.269>
actor = 'ned.deily'
assignee = 'none'
closed = True
closed_date = <Date 2009-05-26.18:48:25.556>
closer = 'ronaldoussoren'
components = ['IDLE', 'macOS']
creation = <Date 2009-05-26.06:51:51.080>
creator = 'ronaldoussoren'
dependencies = []
files = []
hgrepos = []
issue_num = 6110
keywords = []
message_count = 4.0
messages = ['88332', '88382', '88383', '88384']
nosy_count = 3.0
nosy_names = ['ronaldoussoren', 'ned.deily', 'pablogsal']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue6110'
versions = ['Python 2.7']

@ronaldoussoren
Copy link
Contributor Author

With Python 2.7, but not 3.1 or 2.6, IDLE has two "Preferences..." menu's
on OSX.

This is on a OSX 10.5 system, with an installation of Tcl/Tk 8.4 in
/Library/Frameworks.

@ronaldoussoren ronaldoussoren added topic-IDLE OS-mac type-bug An unexpected behavior, bug, or error labels May 26, 2009
@ned-deily
Copy link
Member

Apparently, also caused by using the newer Tcl 8.4 in
/Library/Frameworks/Tcl.

@ronaldoussoren
Copy link
Contributor Author

This was caused by code in macosxSupport.py that picked the branch for
the wrong Tk release because "[8, 4, 21] < (8, 4, 21)".

Committed a fix in r72946

@ronaldoussoren
Copy link
Contributor Author

Supporting multiple versions of Tk sucks, and that's without trying to
support Tk 8.5 as well (at least not in the binary installers)

Appearently support for the Cocoa port of Tk requires even more
specialcasing...

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OS-mac topic-IDLE type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants