How to troubleshoot Python IDLE can't run or F5 file (IDLE's subprocess didn't make connection)

Subscribers:
613
Published on ● Video Link: https://www.youtube.com/watch?v=jOL7cl7In4Q



Duration: 6:47
875 views
1


Hello in this video we will trying to troubleshoot IDLE's subprocess didn't make connection.

In essence the problem arise when I give a wrong name to my python .py file and save it. I give my file a name socket.py, which is already used as the Python's built-in lib file's socket. So, its kinda conflicting.

So, the solution are delete the file that you just created or rename it with other name that you like. You need to remember all the file name that you just created.


Thanks for watching!







Tags:
Python
Troubleshooting python IDLE
Python 3.6
IDLE can't working
IDLE's subprocess didn't make connection