Ask Your Question
1

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

asked 2015-05-03 19:15:03 -0500

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)
edit retag flag offensive close merge delete

1 answer

Sort by » oldest newest most voted
0

answered 2015-05-03 19:15:27 -0500

Eli Pack gravatar image
import redirect
redirect.py2psse(redirect.Alrout)
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

Stats

Asked: 2015-05-03 19:15:03 -0500

Seen: 2,017 times

Last updated: May 03 '15