pleased can any one help me, I want to know how write a program that is executable in other machine e.g windows machine, what I mean is that I want to know how to write a program that some one can collect and install it on his/her own computer and run the program. e.g a program like netcut.exe, vlc.exe. pleased I just want to know how to write a program that other can install on their computer, can any one help me out?,
Do you want the program to be in windows only, or on different operating systems?
windows only for now!!
If it's a Python program, it will run on any computer that has an appropriate version of Python installed. Most Unix's and Macs have Python installed by default, for Windows they'd have to download it from http://www.python.org
rsmith6559, Pleased read my question again and try to get what I mean. My problem is not to write a python program from a Linux shell, or a windows shell nor a mac shell, but to produce a working program that a friend or any body can collect and install on his/her system so as to enjoy it also, Please can any one help me.....
@vctragbor please read @rsmith6559's answer again and try to get what they mean. Python programs can be run on any operating system, including windows, ios, linux, osx, and even android. py2exe will work if you're looking to compile for windows, but it's an unnecessary step, especially if you're going to be sending multiple programs to your friends, as it would be easier for them to run a single installer and be able to run any of them, than for you to compile each and send them to be run each time.
Join our real-time social learning platform and learn together with your friends!