Ask Your Question
0

python interpreter not found

asked 2020-05-22 07:28:15 -0500

nck gravatar image

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

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2020-05-25 04:03:04 -0500

jfconroy gravatar image

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.

edit flag offensive delete link more

Comments

https://imgur.com/a/hhuDhkz it says import is not recognized

nck gravatar imagenck ( 2020-05-26 02:34:03 -0500 )edit

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

jfconroy gravatar imagejfconroy ( 2020-05-29 01:58:55 -0500 )edit

Dear jfconroy I want to thank you, for taking the time to help me, when I write the line it says python exception raised I am sending you the screenshot https://imgur.com/a/UB4pDxI%3C/p%3E (https://imgur.com/a/UB4pDxI)

nck gravatar imagenck ( 2020-05-30 09:45:56 -0500 )edit

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))

jfconroy gravatar imagejfconroy ( 2020-06-02 04:08:35 -0500 )edit

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

nck gravatar imagenck ( 2020-06-04 06:31:46 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

Stats

Asked: 2020-05-22 07:28:15 -0500

Seen: 556 times

Last updated: May 25 '20