[Tutor] Basic english

2007-07-04 Thread Lucio Arteaga
I just finish to right a script to  teach ESL.  I will be using as vocabulary 
Basic English . This was created in 1930 an consist of only 800 words . This 
script is very small just two kb.  plus the Basic vocabulary. 
Is anyone there to help me to compile this file into win32 so could be used in 
PC without having to install python in each PC using it. This will be possible, 
i.e to install Python in the PC used by Helping Hands, a church group  that is 
going to sponsor the ESL classess.
Thank you

Lucio___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] Basic english

2007-07-04 Thread Alan Gauld
Lucio Arteaga [EMAIL PROTECTED] wrote 

 Is anyone there to help me to compile this file into win32 
 so could be used in PC without having to install python 
 in each PC using it. 

Python is an interpreted language so you always need to 
install an interpreter, the only question is whether you do 
this explicitly, once only, or whether you hide the interpreter 
inside a pseudo exe file and thus install a version of Python 
for every program.

If you feel you must do the latter then look at py2exe which 
will create the necesary bundle for you. If you just want to 
install Python alongside your program almost any windows 
installer can do that for you.

Alan G


___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor