python interpreter not found
HI When I press Power Flow > Reports> Export ACCC, PV/QV results it appears a box with python interpreter not found
I hope someone can help me
HI When I press Power Flow > Reports> Export ACCC, PV/QV results it appears a box with python interpreter not found
I hope someone can help me
Are you sure that you have Python installed correctly and linked to PSS/E? Try running this line of code in the PSS/E Command Line Input and see what happens.
import sys ; print "Python version: " + str(sys.version) + " ; Version Info: " + str(sys.version_info)
I can't upload screenshots from my PC because I don't have enough karma points.
You're trying to run a Python command from the PSS/E command window; that will not work. Perhaps I caused this confusion. I was talking about the command line input from within the PSS/E GUI. https://ibb.co/4TStSCrhttps://ibb.co/vXZLMZr
OK, I can see that you are using PSS/E v35. I use v34. I think that v35 uses Python v3.x. Therefore, try putting this into the "Command Line Imput" and see what happens. import sys ; print("Python version: " + str(sys.version) + " ; Version Info: " + str(sys.version_info))
HI, installed PSSE 35.1 version and know when I enter the code its says " Python version: 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05), but the box with "python interpreter not found" don't pop out anymore, just the command window for a second and disappears and nothing else happens
Asked: 2020-05-22 07:28:15 -0500
Seen: 802 times
Last updated: May 25 '20
How to get total charging for an area?
Python API to Terminate Dynamic Simulation
How run multiple scripts from one scripts and retrieve results
Mvar Annotation on diagram view
Open several psspy-instances from Python
How to calculate data in PSS/E and export it to Excel?
Get values from the machine to python
Change the python version or interpreter on pss/e command prompt