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: 1,114 times
Last updated: May 25 '20
How to Convert Text contingencies file to con file
How to clear VAR value(dynamic model) through python?
Slow Initialisation Time PSSE V34
psspy can't run with another case without any exception
psse network data to excel use python
Interchange or swap winding columns for 2-winding transformer in PSSE using python (psspy)
Can anyone tell me how to use harmonics analysis module in PSSE 35.4
whit loves you. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.