Using the builtin input() function

Is it possible to use the input function that’s built into python, I’ve tried to call it in a P4C script and the script stops at that line but there doesn’t seem to be a way to input a value into the console or into a Python script shell. If anyone has any suggestions it would be much appreciated.

1 Like

When running inside Eclipse (or Capella in this case) no console is initialized by default, the option to allocate the console in the common tab of the run configuration doesn’t seem to help.

One workaround can be using the UI Builder module, it’s an EASE module that provides basic widgets and can also be extended with custom ones.