1

Python CLI output redirect to progress in PSSE 34 [Answered]

  • retag add tags

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)
Eli Pack's avatar
823
Eli Pack
asked 2015-05-03 19:15:03 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0
import redirect
redirect.py2psse(redirect.Alrout)
Eli Pack's avatar
823
Eli Pack
answered 2015-05-03 19:15:27 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer