0

Psspy library error for psse34

Dear Comrades,

I have developed a code for psse 33, and I tried to test it on new psse 34 version.

But as you might guessed, it won't work because it fails to load psspy library.

I've did some research on this issue, but my case doesn't looks like something happened before.

My PSSe 34 path is

C:\Program Files (x86)\PTI\PSSE34\PSSPY27

And i do find psspy.pyc there. But whenever I try to load psspy, it says that dll files are missing.

I browsed to the folder and I found they are really missing.

What do I need to do from here? Do I need to contact PTI?

newbee123's avatar
15
newbee123
asked 2018-11-12 04:19:29 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

1

try to add

import psse34

in the first line.

Cory's avatar
11
Cory
answered 2018-12-20 06:49:12 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you very much!

newbee123's avatar newbee123 (2019-01-15 20:45:54 -0500) edit
add a comment see more comments
1

can you post the code lines up to "import psspy"? Post also the error messages.

If critical files are missing, try re-installing PSSe with/to default parameters and locations.

jconto's avatar
2.9k
jconto
answered 2018-11-12 10:28:56 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer