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 -0500
Seen: 630 times
Last updated: May 25 '20
running PSSE from Python, error : Invalid Floating-Point number
Does Python 3.6 can work with psse
Change all buses load P and Q injections
Convert dynamic OUT files to Excel XLSX files
Vector groups and two_winding_chng_4
Taking Long to Create DFAX File
Change the python version or interpreter on pss/e command prompt
Help update data in PSSE by Python 2.7 get data from excel file.