"michael scott" <jigenbak...@yahoo.com> wrote
say, how do I install a program to my computer, so that I can use it by its self without running it with python.

Just to be clear, Python programs are interpreted by the Python interpreter. So while you can set things up such that you don't need to explicitly cakll Pyhon, it will always be there in the background. And if you try to run your script on a machine that doesn't have Python installed it will fail.

You probably knew that already but I just want to set your expectations...


--
Alan Gauld
Author of the Learn to Program web site
http://www.alan-g.me.uk/


_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to