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 Hangs on exit Button #49086

Closed
skillybob mannequin opened this issue Jan 4, 2009 · 9 comments
Closed

Idle Hangs on exit Button #49086

skillybob mannequin opened this issue Jan 4, 2009 · 9 comments
Labels
topic-IDLE type-bug An unexpected behavior, bug, or error

Comments

@skillybob
Copy link
Mannequin

skillybob mannequin commented Jan 4, 2009

BPO 4836
Nosy @amauryfa
Files
  • unnamed
  • unnamed
  • 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-01-07.08:35:55.249>
    created_at = <Date 2009-01-04.18:15:20.438>
    labels = ['expert-IDLE', 'type-bug', 'invalid']
    title = 'Idle Hangs on exit Button'
    updated_at = <Date 2009-01-07.08:39:37.390>
    user = 'https://bugs.python.org/skillybob'

    bugs.python.org fields:

    activity = <Date 2009-01-07.08:39:37.390>
    actor = 'skillybob'
    assignee = 'none'
    closed = True
    closed_date = <Date 2009-01-07.08:35:55.249>
    closer = 'amaury.forgeotdarc'
    components = ['IDLE']
    creation = <Date 2009-01-04.18:15:20.438>
    creator = 'skillybob'
    dependencies = []
    files = ['12602', '12630']
    hgrepos = []
    issue_num = 4836
    keywords = []
    message_count = 9.0
    messages = ['79076', '79108', '79109', '79196', '79198', '79200', '79303', '79304', '79305']
    nosy_count = 3.0
    nosy_names = ['amaury.forgeotdarc', 'gpolo', 'skillybob']
    pr_nums = []
    priority = 'normal'
    resolution = 'not a bug'
    stage = None
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue4836'
    versions = ['Python 2.6']

    @skillybob skillybob mannequin added topic-IDLE type-bug An unexpected behavior, bug, or error labels Jan 4, 2009
    @skillybob
    Copy link
    Mannequin Author

    skillybob mannequin commented Jan 4, 2009

    Bring up IDLE and type in any program.
    Run the module and it runs just fine.
    Try to use the Exit button of the running program and it hangs.
    Pressing a second time will bring up a Windows dialog message that the
    program is not responding . Click to kill the program and it return to
    IDLE . I have tried the programs with drPython and it works just fine .
    I'm using Windows XP SP3 - Python 2.6.1 - and wxPython 2.8 (unicode)
    I have reinstalled Python 2.6.2 and 2.5.4 with no success -
    Any suggestions????

    @skillybob skillybob mannequin changed the title Idle Hangs on Wxit Button Idle Hangs on exit Button Jan 4, 2009
    @skillybob
    Copy link
    Mannequin Author

    skillybob mannequin commented Jan 5, 2009

    Additional testing -- apparently this is only happening when I run a
    program that imports pyGame. If I run IDLE and do not import, it
    functions properly .

    @skillybob
    Copy link
    Mannequin Author

    skillybob mannequin commented Jan 5, 2009

    Additional testing - ran programs that call (import) pyGame using
    drPython and everything works fine ... just when using IDLE and pyGame
    am I getting this action. Rats!!

    @skillybob
    Copy link
    Mannequin Author

    skillybob mannequin commented Jan 5, 2009

    Additional testing - tried programs on a different computer with a
    fresh copy of Python and pyGame - same results
    Program will not close(hangs) in IDLE - but will close with drPython
    Go Figure.

    @gpolo
    Copy link
    Mannequin

    gpolo mannequin commented Jan 5, 2009

    Can you add some example ?
    Is the bug new to python 2.6 ?

    @skillybob
    Copy link
    Mannequin Author

    skillybob mannequin commented Jan 5, 2009

    I'm not sure if the bug is in Python(IDLE) or pyGame - I'm pretty new to
    this . I'm still checking out various things - thanks for your interest!

    On Mon, Jan 5, 2009 at 2:45 PM, Guilherme Polo <report@bugs.python.org>wrote:

    Guilherme Polo <ggpolo@gmail.com> added the comment:

    Can you add some example ?
    Is the bug new to python 2.6 ?

    ----------
    nosy: +gpolo


    Python tracker <report@bugs.python.org>
    <http://bugs.python.org/issue4836\>


    @skillybob
    Copy link
    Mannequin Author

    skillybob mannequin commented Jan 7, 2009

    Problem solved - I need to add an additional command to any program that
    calls pyGame. pygame.quit ()
    One of those little undocumented things that pop up now and then

    @amauryfa
    Copy link
    Member

    amauryfa commented Jan 7, 2009

    @skillybob
    Copy link
    Mannequin Author

    skillybob mannequin commented Jan 7, 2009

    Yes, you are correct. My lack of experience is showing. Thanks for your
    interest.

    On Wed, Jan 7, 2009 at 2:35 AM, Amaury Forgeot d'Arc <report@bugs.python.org

    wrote:

    Amaury Forgeot d'Arc <amauryfa@gmail.com> added the comment:

    This is even documented:

    http://www.pygame.org/wiki/FrequentlyAskedQuestions#In%20IDLE%20why%20does%20the%20Pygame%20window%20not%20close%20correctly
    ?

    ----------
    nosy: +amaury.forgeotdarc
    resolution: -> invalid
    status: open -> closed


    Python tracker <report@bugs.python.org>
    <http://bugs.python.org/issue4836\>


    @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
    topic-IDLE type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant