See stdout and stderr from Grasshopper python component?

Is it possible to see the stderr and stdout streams somewhere?

Specifically it would be very nice to get full tracebacks with line numbers, as well as see the results of any print statements I have in my code.

I am on RhinoWIP on macOS if that matters.

So I’ve been able to connect the out field into a Tag component and see the text in the Rhino scene.

Is there a better way to do this?

Connect it to a Panel component, so you can see all the output right on the GH canvas.

1 Like

Perfect, that is exactly what I needed!