How to read PyCharm console output? Permanently deleted user Created November 25, 2017 16:52 Hello all, Does anyone have a method to read the console output in PyCharm? If not, is there any forum on the internet that could help me find this information. Thank you, Victor
Hello,
Could you please clarify your use case?
I'm creating a plugin that reads the user's errors and finds a result on google relating to those errors. I figured the best way to get to the error line numbers is to read the console output and parse the errors out. Thank you.