Ask Your Question
1

Two copies of PSSE on the same computer

asked 2012-10-12 19:56:33 -0500

anderss gravatar image

Is it safe to run two copies of PSSE on the same computer. I want to install BOTH PSSE version number 32 and version number 33. Together on the same computer.

It is very important:

  • that I don't lose any data
  • my Python scripts continue working

If anyone has done this installation on their computer, can you tell me the problems you faced? Or tricks that you used? Thanks ahead

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
1

answered 2012-10-16 13:35:53 -0500

jsexauer gravatar image

updated 2012-10-17 07:31:02 -0500

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.

edit flag offensive delete link more
0

answered 2012-10-14 20:06:10 -0500

JervisW gravatar image

Hi, I've seen a dual installation of PSSEv32 and PSSEv33 on the same computer before. These both use a different version of Python. Python2.5 is used by PSSEv32 and Python2.7 is used by PSSEv33.

You may run into a problem where if you try to run a Python script that you previously wrote for PSSEv32, it will now fail to run because the default Python is version 2.7

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

Stats

Asked: 2012-10-12 19:56:33 -0500

Seen: 14,181 times

Last updated: Oct 17 '12