Newbie Question HELP!

Giraud, Sebastien sebastien.giraud at eds.com
Fri Dec 19 03:53:40 EST 2003


You have two way to exec python files : put your python.exe directory in
your path and exec python scripts or making a *.exe with MacMillian or
Py2exe tools.

-----Message d'origine-----
De : python-list-bounces+sebastien.giraud=eds.com at python.org
[mailto:python-list-bounces+sebastien.giraud=eds.com at python.org] De la part
de TyBriD
Envoyé : vendredi 19 décembre 2003 09:40
À : python-list at python.org
Objet : Newbie Question HELP!


hello guys i am new top programming and was told python is the best place to
start i so far understand variables ex: print ("Fill In Below") name =
raw_input("Enter Your Name Please: ") age = input("Enter Your Age Please: ")
print "Your Name Is", name print "Your Age Is", age

but i was wondering if there was a way to compile a EXE file to display the
print because this only seems to run in python shell, or is there a way to
create my own interface for my program in python thanks in advanced


-- 
http://mail.python.org/mailman/listinfo/python-list





More information about the Python-list mailing list