OSError: [Errno 5] Input/output error
Answered
In PyCharm CE for CLIon after input 'Ctrl+D' (*nix console EOF) breaks all IO operations with exception
OSError: [Errno 5] Input/output error
Sample code:
try:
input("Sample input")
except EOFError:
print("Sample catch block response")
How to solve this problem?
Please sign in to leave a comment.
Sorry for the late reply. Is the problem still relevant for you after recent update? Thank you.