Python Console Dialog

This dialog allows you to:

  1. See the error output of the currently working Python plugins

  2. Run your own Python commands.

Figure 1. Python Console Dialog



The dialog shows the output ( sys.stdout and sys.stderr) of all running Python plugins, as they run in a single Python interpreter instance.

If you do not want the dialog to show up on every new message, uncheck " Auto-show on new messages" check box.

The Clear button clears the text in the console window.

This dialog is disabled when there is no loaded Python plugins.