First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question
0

Unkown error # 5. PRGRS (OPNWNO/OPNTMP)

asked Jul 27 '18

Mutenda gravatar image

updated Jul 27 '18

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)

1 answer

Sort by » oldest newest most voted
0

answered Jul 27 '18

jconto gravatar image

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

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

1 follower

Stats

Asked: Jul 27 '18

Seen: 224 times

Last updated: Jul 27 '18