i executed a py script that caused exceptions in the interpreter, when this happened the interpreter jumped to a dialog box and blocked the previous screen with output messages. Closing the dialog box also closed the interepreter all together, how am i be able to see output messages.
is there a way to 'pipe' output to a file
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i executed a py script that caused exceptions in the interpreter, when this happened the interpreter jumped to a dialog box and blocked the previous screen with output messages. Closing the dialog box also closed the interepreter all together, how am i be able to see output messages.
is there a way to 'pipe' output to a file