Re: How to create a single executable of a Python program

2007-07-26 Thread Gabriel Genellina
En Thu, 26 Jul 2007 03:37:51 -0300, NicolasG [EMAIL PROTECTED] escribió: I want to create a single file for two of my very simple/small programs. For very simple/small programs I don't need to distribute documentation, shortcuts etc.. I just want a single file to run ! See

Re: How to create a single executable of a Python program

2007-07-26 Thread NicolasG
You need to tell us why you think you need this and perhaps we can make a suggestion. Question: Have you installed ANY applications recently that consisted of only a single file on your hard drive? Answer: No. Most applications install many (sometimes hundreds) of files. So what is the

How to create a single executable of a Python program

2007-07-25 Thread NicolasG
Dear fellows, I'm trying to create a executable file using py2exe . Unfortunately along with the python executable file it also creates some other files that are needed in order to the executable be able to run in a system that doesn't have Python installed. Can some one guide me on how can I

Re: How to create a single executable of a Python program

2007-07-25 Thread hong2221
On Jul 25, 2:34 am, NicolasG [EMAIL PROTECTED] wrote: Dear fellows, I'm trying to create a executable file using py2exe . Unfortunately along with the python executable file it also creates some other files that are needed in order to the executable be able to run in a system that doesn't

Re: How to create a single executable of a Python program

2007-07-25 Thread branko . petrovic
On Jul 25, 9:10 am, hong2221 [EMAIL PROTECTED] wrote: On Jul 25, 2:34 am, NicolasG [EMAIL PROTECTED] wrote: Dear fellows, I'm trying to create a executable file using py2exe . Unfortunately along with the python executable file it also creates some other files that are needed in order

Re: How to create a single executable of a Python program

2007-07-25 Thread Graeme Glass
On Jul 25, 8:34 am, NicolasG [EMAIL PROTECTED] wrote: Dear fellows, I'm trying to create a executable file using py2exe . Unfortunately along with the python executable file it also creates some other files that are needed in order to the executable be able to run in a system that doesn't

Re: How to create a single executable of a Python program

2007-07-25 Thread Harlin Seritt
On Jul 25, 6:19 am, Graeme Glass [EMAIL PROTECTED] wrote: On Jul 25, 8:34 am, NicolasG [EMAIL PROTECTED] wrote: Dear fellows, I'm trying to create a executable file using py2exe . Unfortunately along with the python executable file it also creates some other files that are needed in

Re: How to create a single executable of a Python program

2007-07-25 Thread Ali
On Jul 25, 7:34 am, NicolasG [EMAIL PROTECTED] wrote: Dear fellows, I'm trying to create a executable file using py2exe . Unfortunately along with the python executable file it also creates some other files that are needed in order to the executable be able to run in a system that doesn't

Re: How to create a single executable of a Python program

2007-07-25 Thread kyosohma
On Jul 25, 6:38 am, Ali [EMAIL PROTECTED] wrote: On Jul 25, 7:34 am, NicolasG [EMAIL PROTECTED] wrote: Dear fellows, I'm trying to create a executable file using py2exe . Unfortunately along with the python executable file it also creates some other files that are needed in order to the

Re: How to create a single executable of a Python program

2007-07-25 Thread Larry Bates
NicolasG wrote: Dear fellows, I'm trying to create a executable file using py2exe . Unfortunately along with the python executable file it also creates some other files that are needed in order to the executable be able to run in a system that doesn't have Python installed. Can some one

Re: How to create a single executable of a Python program

2007-07-25 Thread Gabriel Genellina
En Wed, 25 Jul 2007 14:20:36 -0300, Larry Bates [EMAIL PROTECTED] escribió: NicolasG wrote: I'm trying to create a executable file using py2exe . Unfortunately along with the python executable file it also creates some other files If you want a single file to distribute, look at Inno

Re: How to create a single executable of a Python program

2007-07-25 Thread dbd
On Jul 25, 10:20 am, Larry Bates [EMAIL PROTECTED] wrote: NicolasG wrote: Dear fellows, I'm trying to create a executable file using py2exe . Unfortunately along with the python executable file it also creates some other files that are needed in order to the executable be able to run in