First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
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.