python / cpython

The Python programming language
https://www.python.org
Other
63.04k stars 30.19k forks source link

IDLE: Document info needed for 'not working' reports. #84862

Open 3323b090-cd42-44f0-8c03-919bd8d7007f opened 4 years ago

3323b090-cd42-44f0-8c03-919bd8d7007f commented 4 years ago
BPO 40685
Nosy @terryjreedy, @ericvsmith

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: ```python assignee = 'https://github.com/terryjreedy' closed_at = None created_at = labels = ['expert-IDLE', '3.10'] title = "IDLE: Document info needed for 'not working' reports." updated_at = user = 'https://bugs.python.org/Coder436' ``` bugs.python.org fields: ```python activity = actor = 'terry.reedy' assignee = 'terry.reedy' closed = False closed_date = None closer = None components = ['IDLE'] creation = creator = 'Coder436' dependencies = [] files = [] hgrepos = [] issue_num = 40685 keywords = [] message_count = 3.0 messages = ['369364', '369367', '369558'] nosy_count = 3.0 nosy_names = ['terry.reedy', 'eric.smith', 'Coder436'] pr_nums = [] priority = 'normal' resolution = None stage = 'needs patch' status = 'open' superseder = None type = None url = 'https://bugs.python.org/issue40685' versions = ['Python 3.10'] ```

3323b090-cd42-44f0-8c03-919bd8d7007f commented 4 years ago

Randomlly Python IDLE doesn't launch (not even the editor)

ericvsmith commented 4 years ago

This is almost surely a problem in your environment, and not a bug in python. This bug tracker is for reporting bugs in python.

I suggest you look for help elsewhere, such as the python-list mailing list (https://mail.python.org/mailman/listinfo/python-list) or the python-tutor mailing list (https://mail.python.org/mailman/listinfo/tutor).

But even if this is a bug in python, you've given us no information to use to help you. Given what you've told us, how would you expect us to respond? You'll need to provide a lot more information before we can even begin to guess what problem you're having.

terryjreedy commented 4 years ago

'Not working' reports lacking information needed to respond, whether to help the reporter of fix a bug, are a common beginner mistake. The problem is especially acute for IDLE since it is especially targeted at beginners, who may not know the difference between generic python problems and specific IDLE (or tkinter) problems (or even user code bugs). And beginners may not understand 'try running python (or IDLE) in a command line (or terminal or console)'. And beginning programmers who have never shared software with other may have no idea what (relatively) large volume of information the authors may to proceed. So I am making this issue about adding information to the IDLE doc about things a user should try and information to include when reporting.