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

Crash Error? #67225

Closed
ERoberts mannequin opened this issue Dec 12, 2014 · 2 comments
Closed

Crash Error? #67225

ERoberts mannequin opened this issue Dec 12, 2014 · 2 comments
Labels
topic-IDLE type-crash A hard crash of the interpreter, possibly with a core dump

Comments

@ERoberts
Copy link
Mannequin

ERoberts mannequin commented Dec 12, 2014

BPO 23036
Nosy @vstinner
Files
  • python error.png
  • 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 2014-12-12.12:02:02.468>
    created_at = <Date 2014-12-12.11:58:21.942>
    labels = ['expert-IDLE', 'invalid', 'type-crash']
    title = 'Crash Error?'
    updated_at = <Date 2014-12-12.12:02:02.434>
    user = 'https://bugs.python.org/ERoberts'

    bugs.python.org fields:

    activity = <Date 2014-12-12.12:02:02.434>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2014-12-12.12:02:02.468>
    closer = 'vstinner'
    components = ['IDLE']
    creation = <Date 2014-12-12.11:58:21.942>
    creator = 'E.Roberts'
    dependencies = []
    files = ['37425']
    hgrepos = []
    issue_num = 23036
    keywords = []
    message_count = 2.0
    messages = ['232531', '232532']
    nosy_count = 2.0
    nosy_names = ['vstinner', 'E.Roberts']
    pr_nums = []
    priority = 'normal'
    resolution = 'not a bug'
    stage = None
    status = 'closed'
    superseder = None
    type = 'crash'
    url = 'https://bugs.python.org/issue23036'
    versions = ['Python 3.3']

    @ERoberts
    Copy link
    Mannequin Author

    ERoberts mannequin commented Dec 12, 2014

    New to the world of Python. The picture attached is an error that a teacher at my school is receiving when he tries to run anything in IDLE.

    I know nothing about coding/python/idle or anything of that nature.

    Sorry I am of little help.

    Please can someone help me out with this error and provide any help or an answer.

    Thank you for dealing with a complete novice.

    @ERoberts ERoberts mannequin added topic-IDLE type-crash A hard crash of the interpreter, possibly with a core dump labels Dec 12, 2014
    @vstinner
    Copy link
    Member

    The problem is that your student created a file called random.py which conflicts with the module "random" of the Python standard library. Please rename the random.py file to random.py and remove .pyc files (ex: random.pyc or __pycache__/random*pyc).

    @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-crash A hard crash of the interpreter, possibly with a core dump
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant