Ask Your Question

saeed.ahmadian's profile - activity

2019-06-05 14:43:21 -0500 received badge  Taxonomist
2016-05-31 11:50:05 -0500 received badge  Famous Question (source)
2016-05-26 09:56:52 -0500 received badge  Popular Question (source)
2016-05-26 09:56:52 -0500 received badge  Notable Question (source)
2016-05-24 12:15:35 -0500 asked a question link psse34 to python

i want to link python to pssexplore34 how can i do it? when i used below code i got this msg "ImportError: DLL load failed: The specified module could not be found.". my code is :

import sys import os

PSSE_PATH= r'C:\Program Files\PTI\PSSEXplore34\PSSPY27'

sys.path.append(PSSEPATH) os.environ['PATH']+=';'+ PSSEPATH

import psspy