Python CLI output redirect to progress in PSSE 34 [Answered]
This is more of an answer than a question, but I thought I'd share my experience for anyone else who gets stuck. I upgraded to PSSE 34 today, and found that CLI Python commands no longer show results in the Progress window (or anywhere). So, if you type—print "Hello world!"—you don't see the result. The fix is as follows (I've saved this to a custom toolbar button for quick access):
import redirect
redirect.py2psse(redirect.Alrout)
add a comment