[issue34584] subprocess

2018-09-05 Thread Joseph
New submission from Joseph : Every time IDLE is opened this message "IDLE's subprocess didn't make connection. Either IDLE can't start a subprocess or personal firewall software is blocking the connection" shows up. When I open IDLE through .py programs the app crashes crash code: Process:

[issue34584] subprocess

2018-09-05 Thread Ronald Oussoren
Ronald Oussoren added the comment: I'm not to happy about the crash, the interpreter shouldn't crash like this. This may well be Tk related though. -- resolution: -> not a bug stage: -> resolved status: open -> pending type: -> crash ___ Python

[issue34584] subprocess

2018-09-05 Thread Joseph
Joseph added the comment: Problem saved... turns out I saved a math.py file in my python location and thats what cause the crash. when i remove the math.py file or change its name, python got back to work. thanks -- ___ Python tracker

[issue34584] subprocess

2018-09-05 Thread Joseph
Change by Joseph : -- components: +macOS nosy: +ned.deily, ronaldoussoren ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue34584] subprocess

2018-09-05 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Might be related to the below : open issue : https://bugs.python.org/issue14576 https://bugs.python.org/issue14576 https://bugs.python.org/issue16758 https://bugs.python.org/issue10722 https://bugs.python.org/issue7217 I think from the above threa