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

Arrows key do not browse in the IDLE #48211

Closed
italian-boy mannequin opened this issue Sep 25, 2008 · 3 comments
Closed

Arrows key do not browse in the IDLE #48211

italian-boy mannequin opened this issue Sep 25, 2008 · 3 comments
Labels
type-bug An unexpected behavior, bug, or error

Comments

@italian-boy
Copy link
Mannequin

italian-boy mannequin commented Sep 25, 2008

BPO 3961
Nosy @devdanzin
Files
  • maketestpython30_log.txt: make test log (python3.0rc1)
  • 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-08-04.14:39:50.215>
    created_at = <Date 2008-09-25.13:06:50.173>
    labels = ['type-bug', 'invalid']
    title = 'Arrows key do not browse in the IDLE'
    updated_at = <Date 2009-08-04.14:39:50.213>
    user = 'https://bugs.python.org/italian-boy'

    bugs.python.org fields:

    activity = <Date 2009-08-04.14:39:50.213>
    actor = 'gpolo'
    assignee = 'none'
    closed = True
    closed_date = <Date 2009-08-04.14:39:50.215>
    closer = 'gpolo'
    components = []
    creation = <Date 2008-09-25.13:06:50.173>
    creator = 'italian-boy'
    dependencies = []
    files = ['11599']
    hgrepos = []
    issue_num = 3961
    keywords = []
    message_count = 3.0
    messages = ['73788', '86617', '91257']
    nosy_count = 3.0
    nosy_names = ['ajaksu2', 'gpolo', 'italian-boy']
    pr_nums = []
    priority = 'normal'
    resolution = 'not a bug'
    stage = 'test needed'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue3961'
    versions = ['Python 3.0']

    @italian-boy
    Copy link
    Mannequin Author

    italian-boy mannequin commented Sep 25, 2008

    I open python3.0 (rc1) IDLE from command line and it works fine, but
    when i press the arrows key they writes: ^[[A ^[[B ^[[C ^[[D
    also pagUP and pagDOWN writes: ^[[5~ ^[[6~
    so I'm not able to browse the history and the all things with arrows key.

    More Info:

    my OS is Ubuntu 8.04 upgrade from 7.10

    It's the first time that I have an issue with keyboard

    I have look for my international settings of keyboard but I don't note
    nothing of relevant. (my country is Italy-Europe)

    I have installed as main python 2.5 with I have no problem (works perfect)

    I made a standard alt-installation
    ./configure
    make
    make test # 1error with urllib2 and some skip (see attach txt)
    sudo make altinstall

    I have no other kind of problems with python3.0rc1

    Is there someone has an idea??

    -- Richard (excuse my English)

    @italian-boy italian-boy mannequin added topic-IDLE type-bug An unexpected behavior, bug, or error labels Sep 25, 2008
    @devdanzin
    Copy link
    Mannequin

    devdanzin mannequin commented Apr 26, 2009

    Richard: what do the same keys do in the command line interpreter?

    @gpolo
    Copy link
    Mannequin

    gpolo mannequin commented Aug 4, 2009

    Richard, IDLE doesn't support browsing the history of the commands
    entered (see bpo-2704), so I believe this is not related to IDLE and I
    believe you meant to talk about the standard python shell.

    Since you have compiled python yourself it is possible that you didn't
    have the development package of readline installed (it is
    libreadline5-dev on ubuntu), which would cause the problem you described
    when using the standard python shell.

    @gpolo gpolo mannequin removed the topic-IDLE label Aug 4, 2009
    @gpolo gpolo mannequin closed this as completed Aug 4, 2009
    @gpolo gpolo mannequin added the invalid label Aug 4, 2009
    @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
    type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants