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