python / cpython

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

python bug report #63348

Closed e3c106c0-b29d-4603-8a81-0f6915b1e361 closed 11 years ago

e3c106c0-b29d-4603-8a81-0f6915b1e361 commented 11 years ago
BPO 19149
Superseder
  • bpo-19150: IDLE shell fails: "ModifiedInterpreter instance has no attribute 'interp'"
  • 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 = None closed_at = created_at = labels = [] title = 'python bug report' updated_at = user = 'https://bugs.python.org/Grupobetatesting' ``` bugs.python.org fields: ```python activity = actor = 'ned.deily' assignee = 'none' closed = True closed_date = closer = 'ned.deily' components = [] creation = creator = 'Grupobetatesting' dependencies = [] files = [] hgrepos = [] issue_num = 19149 keywords = [] message_count = 1.0 messages = ['198878'] nosy_count = 1.0 nosy_names = ['Grupobetatesting'] pr_nums = [] priority = 'normal' resolution = 'duplicate' stage = 'resolved' status = 'closed' superseder = '19150' type = None url = 'https://bugs.python.org/issue19149' versions = [] ```

    e3c106c0-b29d-4603-8a81-0f6915b1e361 commented 11 years ago

    Hello! My name is Martin, a member of Free Software in Comahue National University of Neuquén, Argentina. We have detected an error in the compiler for Python 2.7 using Ubuntu 12.04: I write the code, without realizing I leave a comment with syntax error in that line (do not put the # of comments), compile and get error of sistaxis in that line. Fix the error adding # to comment, I do compile again and it shows me various errors that take over the Python compiler and I am forced to close it. Hope your response with a possible solution to this problem, my idea is to continue using this version of Python. Thank yo