Ask Your Question

goodjkchoi's profile - activity

2018-12-28 19:48:38 -0500 received badge  Editor (source)
2018-12-28 19:34:26 -0500 answered a question Python 2.3 on PSSE 30

try "import psspy" after add the following path, in which "dsusrnew.dll" exists, as belows

c:>set path=%path%;c:/program files (x86)/pti/psse30/psslib

or

import os os.environ['path'] += os.pathsep + 'c:/program files (x86)/pti/psse30/psslib'

I succeeded import psspy module without errors by this way.