Ask Your Question
1

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

asked May 4 '15

Eli Pack gravatar image

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)

1 answer

Sort by » oldest newest most voted
0

answered May 4 '15

Eli Pack gravatar image
import redirect
redirect.py2psse(redirect.Alrout)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.
Want to format code in your answer? Here is a one minute demo on Youtube

Add Answer

[hide preview]

Question Tools

Stats

Asked: May 4 '15

Seen: 2,046 times

Last updated: May 03 '15