First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
I don't have experience with v32 and v33 on the same system, but I do have v30 and v32. We ran into an issue where, because they take different version of python, you have to explicitly set up the environment between the two. You may also run into this issue because v32 and v33 also run different python environments.
To set up the environment, we run this bat file before import psspy:
SET PATH=C:\PROGRA~1\PTI\PSSE30\PSSBIN;C:\PROGRA~1\PTI\PSSE30\PSSLIB;%PATH%
c:
cd c:\
actv <LICENSE KEY> PYTHON.EXE actv <LICENSE KEY> PYTHONW.EXE
Best of luck.
2 | No.2 Revision |
I don't have experience with v32 and v33 on the same system, but I do have v30 and v32. We ran into an issue where, because they take different version of python, you have to explicitly set up the environment between the two. You may also run into this issue because v32 and v33 also run different python environments.
To set up the environment, we run this bat file before import psspy:
SET PATH=C:\PROGRA~1\PTI\PSSE30\PSSBIN;C:\PROGRA~1\PTI\PSSE30\PSSLIB;%PATH%
c:
cd c:\
actv <LICENSE KEY> PYTHON.EXE actv <LICENSE KEY> PYTHONW.EXE
Best of luck.
3 | No.3 Revision |
I don't have experience with v32 and v33 on the same system, but I do have v30 and v32. We ran into an issue where, because they take different version of python, you have to explicitly set up the environment between the two. You may also run into this issue because v32 and v33 also run different python environments.
To set up the environment, we run this bat file before import psspy:
SET PATH=C:\PROGRA~1\PTI\PSSE30\PSSBIN;C:\PROGRA~1\PTI\PSSE30\PSSLIB;%PATH%
c:
cd c:\
actv <LICENSE KEY> PYTHON.EXE
actv <LICENSE KEY> PYTHONW.EXE
Refer to: https://psspy.org/psse-help-forum/question/563/what-does-actvexe-do/ for more info on actv.
Best of luck.