Ask Your Question
0

Unkown error # 5. PRGRS (OPNWNO/OPNTMP)

asked 2018-07-27 07:04:55 -0500

Mutenda gravatar image

updated 2018-07-27 14:47:03 -0500

jconto gravatar image

Hi,.

Please assist with resolving the error I encounter when running the following:

import os, sys

PSSE_LOCATION = 'C:\\Program Files (x86)\\PTI\\PSSE34\\PSSPY27\\'
sys.path.append(PSSE_LOCATION)
os.environ['PATH'] = (PSSE_LOCATION + os.environ['PATH'])   

import psse34
import psspy
psspy.throwPsseExceptions = True
import redirect
redirect.psse2py()

psspy.psseinit(10000)
edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2018-07-27 14:51:43 -0500

jconto gravatar image

The code runs fine in PSSe v.34.4. can you include all lines in the error message you got?

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

1 follower

Stats

Asked: 2018-07-27 07:04:55 -0500

Seen: 203 times

Last updated: Jul 27 '18