Ask Your Question

EagleEye's profile - activity

2019-03-27 09:15:55 -0500 received badge  Famous Question (source)
2019-03-27 09:15:55 -0500 received badge  Notable Question (source)
2019-03-24 01:25:13 -0500 received badge  Popular Question (source)
2019-03-22 04:01:23 -0500 commented question Hi guys, How do i activate a python.exe file to run externally PSSe?

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

2019-03-22 02:51:47 -0500 received badge  Editor (source)
2019-03-22 02:46:20 -0500 asked a question 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.