[Tutor] executionable file

2007-06-22 Thread Lucio Arteaga
Can any body tell me how I can make an executive file from a file.py? My knowledge of binaries is minimum. So please if you are sending me some method please do not be too sophisticated. Lucio Arteaga___ Tutor maillist - Tutor@python.org

Re: [Tutor] executionable file

2007-06-22 Thread John Morris
On 6/22/07, Lucio Arteaga [EMAIL PROTECTED] wrote: Can any body tell me how I can make an executive file from a file.py? My knowledge of binaries is minimum. So please if you are sending me some method please do not be too sophisticated. Lucio Arteaga On Windows: http://www.py2exe.org/ I

Re: [Tutor] executionable file

2007-06-22 Thread Alan Gauld
Lucio Arteaga [EMAIL PROTECTED] wrote Can any body tell me how I can make an executive file from a file.py? Assuming you are on Windows you can use py2exe but its non trivial to use. (Not hard, just not trivial) But first ask why you need to. I've been using Python for over 10 years now and