2

How do you actually run python programs so that others can download and use them?

What i mean exactly is that... In my computer programing class at school we are coding directly into the python software and also executing our programs in there as well. How is it that I actually turn my code into something others who do not have the python package downloaded can run?

carla123's avatar
21
carla123
asked 2012-07-12 14:37:09 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

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!

JervisW's avatar
1.3k
JervisW
answered 2012-07-13 09:05:37 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer