Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

To assure that "import PSSe35" will work (assumes default paths during installation):

go to PSSe35 folder installation\PSSPY39 copy psse35.py and pssloc.pyc

open python installation folder (for v.3.9, 64 bit), go to lib folder then site-packages folder (i.e.: C:\Users\xx\AppData\Local\Programs\Python\Python39\Lib\site-packages) and paste those two files there.

You may run the following code in a DOS window to print the python.exe path in your pc:

import sys
print (sys.executable)