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

Parts of Tkinter missing (but not when running from IDLE) #49737

Closed
oc mannequin opened this issue Mar 14, 2009 · 2 comments
Closed

Parts of Tkinter missing (but not when running from IDLE) #49737

oc mannequin opened this issue Mar 14, 2009 · 2 comments
Labels
topic-tkinter type-crash A hard crash of the interpreter, possibly with a core dump

Comments

@oc
Copy link
Mannequin

oc mannequin commented Mar 14, 2009

BPO 5487
Nosy @loewis
Files
  • snippet.py: Mario Paint Composer Assistant snippet
  • 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-03-14.08:43:56.405>
    created_at = <Date 2009-03-14.05:16:23.778>
    labels = ['expert-tkinter', 'type-crash']
    title = 'Parts of Tkinter missing (but not when running from IDLE)'
    updated_at = <Date 2009-03-14.08:43:56.302>
    user = 'https://bugs.python.org/oc'

    bugs.python.org fields:

    activity = <Date 2009-03-14.08:43:56.302>
    actor = 'loewis'
    assignee = 'none'
    closed = True
    closed_date = <Date 2009-03-14.08:43:56.405>
    closer = 'loewis'
    components = ['Tkinter']
    creation = <Date 2009-03-14.05:16:23.778>
    creator = 'oc'
    dependencies = []
    files = ['13328']
    hgrepos = []
    issue_num = 5487
    keywords = []
    message_count = 2.0
    messages = ['83572', '83573']
    nosy_count = 2.0
    nosy_names = ['loewis', 'oc']
    pr_nums = []
    priority = 'normal'
    resolution = 'wont fix'
    stage = None
    status = 'closed'
    superseder = None
    type = 'crash'
    url = 'https://bugs.python.org/issue5487'
    versions = ['Python 3.0']

    @oc
    Copy link
    Mannequin Author

    oc mannequin commented Mar 14, 2009

    When running a script using Python 3.0.1 I get an error saying that
    tkinter.messagebox doesn't exist. However when I run the same script
    from within IDLE, it works fine.

    This has led to my thinking I'd fixed the Python 2.6/3 compatibility
    errors while testing in IDLE, but had end users say it didn't work.

    @oc oc mannequin added topic-tkinter type-crash A hard crash of the interpreter, possibly with a core dump labels Mar 14, 2009
    @loewis
    Copy link
    Mannequin

    loewis mannequin commented Mar 14, 2009

    Why do you think this is a bug? You need to import tkinter.messagebox
    explicitly for your program to be correct. That you could do without
    inside IDLE is only because IDLE had already imported that module.

    Closing as "won't fix".

    @loewis loewis mannequin closed this as completed Mar 14, 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
    topic-tkinter type-crash A hard crash of the interpreter, possibly with a core dump
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants