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?

0
1 comment

Sorry for the late reply. Is the problem still relevant for you after recent update? Thank you.

0

Please sign in to leave a comment.