First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Hi Carla
I've used the py2exe before. It bundles your Python program up into a .exe file that you can give any person using windows. The person downloading your program will not need Python.
Here is a tutorial to get you started with py2exe: http://www.py2exe.org/index.cgi/Tutorial
Do you scripts use PSS/E? Because I don't think py2exe will work with PSS/E.
Let us know how it turns out for you!