Ask your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW) 8 Online
OpenStudy (anonymous):

how do you make python script to be installed into the computer

OpenStudy (anonymous):

What do you mean by "installed into the computer"?

OpenStudy (anonymous):

want to make python script to be installed

OpenStudy (anonymous):

It means you need to download and install the python environment.

OpenStudy (anonymous):

i want to create a pyhon script and then install it to othere computers

OpenStudy (anonymous):

In general, python scripts need a python environment to run. So if you create a script and want to run it on other computers, you just need to get that .py file onto other computers and make sure they have Python installed. But I have a hunch what you really want is to turn a python script into a .exe file so it will run on an Windows machine regardless of whether it has python or not. I know that there is a module called py2exe that can be installed that will help to create .exe files. You can find it and instructions on how to use it at p2exe.org. That's only good for PCs, not Macs or other OSes, though.

OpenStudy (anonymous):

thanks shandelman you really know what i need thanks alot

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!