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

install_IDLE target in Mac/OSX/Makefile #37146

Closed
tonylownds mannequin opened this issue Sep 7, 2002 · 2 comments
Closed

install_IDLE target in Mac/OSX/Makefile #37146

tonylownds mannequin opened this issue Sep 7, 2002 · 2 comments
Assignees
Labels

Comments

@tonylownds
Copy link
Mannequin

tonylownds mannequin commented Sep 7, 2002

BPO 606134
Nosy @jackjansen
Files
  • install_idle_patch
  • 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 = 'https://github.com/jackjansen'
    closed_at = <Date 2002-09-12.22:04:57.000>
    created_at = <Date 2002-09-07.21:24:01.000>
    labels = ['OS-mac']
    title = 'install_IDLE target in Mac/OSX/Makefile'
    updated_at = <Date 2002-09-12.22:04:57.000>
    user = 'https://bugs.python.org/tonylownds'

    bugs.python.org fields:

    activity = <Date 2002-09-12.22:04:57.000>
    actor = 'jackjansen'
    assignee = 'jackjansen'
    closed = True
    closed_date = None
    closer = None
    components = ['macOS']
    creation = <Date 2002-09-07.21:24:01.000>
    creator = 'tonylownds'
    dependencies = []
    files = ['4562']
    hgrepos = []
    issue_num = 606134
    keywords = ['patch']
    message_count = 2.0
    messages = ['41123', '41124']
    nosy_count = 2.0
    nosy_names = ['jackjansen', 'tonylownds']
    pr_nums = []
    priority = 'normal'
    resolution = None
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue606134'
    versions = ['Python 2.3']

    @tonylownds
    Copy link
    Mannequin Author

    tonylownds mannequin commented Sep 7, 2002

    With this patch, IDLE is installed if _tkinter is
    found, just like the IDE.

    Also, /Library/Frameworks, ~/Library/Frameworks and
    /Network/Library/Frameworks are added to the path.

    Includes the diffs from patch 606067.

    @tonylownds tonylownds mannequin closed this as completed Sep 7, 2002
    @tonylownds tonylownds mannequin assigned jackjansen Sep 7, 2002
    @tonylownds tonylownds mannequin added the OS-mac label Sep 7, 2002
    @tonylownds tonylownds mannequin closed this as completed Sep 7, 2002
    @tonylownds tonylownds mannequin assigned jackjansen Sep 7, 2002
    @tonylownds tonylownds mannequin added the OS-mac label Sep 7, 2002
    @jackjansen
    Copy link
    Member

    Logged In: YES
    user_id=45365

    Tony, I'm applying the patches except for the one that adds the /Library/Python and friends to sys.path.

    I want to think about the right location for these a bit longer. On the one hand I think that /Library/Application Support/Python may be better (but you might argue that these aren't specifically bound to the Python *application* but to the framework, which may also be used by other things). On the second hand I may want to add a python version number in there somewhere. On the third hand I may want to add a "Lib" bit in there as well, as I also want to use that base folder as a place to keep IDE scripts, Python Install Manager packages, etc. And on the fourth hand:-) this isn't very useful until distutils learns about it. Actually, it may be more confusing to unsuspecting users...

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant