alternum5
alternum5

Reputation: 75

Send errors from Pure Data's terminal window?

I'm new to working with Pure Data. I can send messages from Python to Pure Data but I'm interested in trying to get error messages back. There are error messages in Pure Data's terminal window. Is it possible to get at these with a Pure Data object? Or is there another mechanism I can use?

Upvotes: 1

Views: 63

Answers (1)

gilbertohasnofb
gilbertohasnofb

Reputation: 2054

Perhaps this answer by umläute to a related question could be helpful to you: use the -stderr startup flag in Pd and capture the stderrin your Python script.

Upvotes: 1

Related Questions