Hi guys, How do i activate a python.exe file to run externally PSSe?
I created a python program to run multiple load flows using PSSe and extract losses - The program works as .py file. I then created an exexutable version of the file to be used on computers that do not have all the required python libraries to run the program - This is where the program gives me an error :
*License data for C:\Test\build\exe.32-2.7\LossCalculation.exe could not be found in the Registry. Please activate ACTV <activation-string> LossCalculation.exe *
I activated the file but still get the same error.
Please help.
Python code that calls PSS/E will not execute on a computer that does not have a licensed version of PSS/E installed.
The Computer has PSS/E installed but does not have some python libraries such Numpy, etc. Instead of requiring every user to install all the libraries I used, I created the executable file. I hope this is clear enough
My advice is to create an executable that uses the python libraries but not PSS/E. If that executable works correctly, then you know that the problem is with PSS/E.