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
First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
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 -0600
Seen: 645 times
Last updated: May 25 '20
Capture keyboard interrupt in PSS/E script?
How can i use PSS/E to calculate critical clear time through Python
Why would PU bus voltages blow up to infinity in a FLAT dynamic simulation?
Change all buses load P and Q injections
Saving “.out” file in Excel format
Taking Long to Create DFAX File
SCMVA values don't match between PSSE GUI and Python API function