First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
We need more context to understand your issue. It sounds like Python was not running or installed properly. Can you run Python independently of PSSE?
2 | No.2 Revision |
We You mentioned that Pythion in not installed on your laptop. Normally when you install PSSE it offers you the option to install Python at the same time. I would recommend that approach. It normally installs here:
C:\Program Files (x86)\PTI\PSSE34
Once it is installed, you have two options:
To test whether you have it installed correctly, you could try running the PSSE Environment Manger. This is written in Python, so if it runs you are OK. Or you could go to the I/O menu, record a PSSE command as a python scrip, then run your newly created script.
If you want to install Python separately, you could go to python.org and download it. Be aware that the python version you use depends on which PSSE version you are using; for PSSE 34, use Python 2.7
You would also need more context to understand your issue.
It sounds like Python was not running or installed properly.
Can you run Python independently of PSSE?