Re: [Tutor] single executable

2005-08-01 Thread Alan G
> http://starship.python.net/crew/theller/moin.cgi/SingleFileExecutable > > that seems to indicate what I want is possible and it is available. While it is possible to build single exe programs its questionable whether the effort involved is worthwhile. Only the very smallest programs can ever be

Re: [Tutor] single executable

2005-07-31 Thread Luis N
On 7/31/05, Jorge Louis de Castro <[EMAIL PROTECTED]> wrote: Hi,Thanks for your reply. I have been googling this issue and found thisarticle:http://starship.python.net/crew/theller/moin.cgi/SingleFileExecutable that seems to indicate what I want is possible and it is available. Hi, I looked at th

Re: [Tutor] single executable

2005-07-31 Thread Jorge Louis de Castro
ho off$\r$\n' StrCpy $2 $TEMP 2 FileWrite $1 '$2$\r$\n' FileWrite $1 'cd $PLUGINSDIR$\r$\n' FileWrite $1 '${exe}$\r$\n' FileClose $1 nsExec::Exec $0 Delete $0 SectionEnd >From: [EMAIL PROTECTED] >To: "tutor@python.org"

Re: [Tutor] single executable

2005-07-31 Thread jfouhy
Quoting Jorge Louis De Castro <[EMAIL PROTECTED]>: > Hi all, > I wrote a few small applications, couple hundred of lines each and one > of them playing around with tkinter. Now py2exe leaves 10 or so files of > all sorts and one executable to "distribute", and cx freeze isn't much > better. Furth

[Tutor] single executable

2005-07-31 Thread Jorge Louis De Castro
Hi all, I wrote a few small applications, couple hundred of lines each and one of them playing around with tkinter. Now py2exe leaves 10 or so files of all sorts and one executable to "distribute", and cx freeze isn't much better. Furthermore, my 15KB code becomes a whopping 8Meg distributa

[Tutor] single executable

2005-07-31 Thread Jorge Louis De Castro
Hi all, I wrote a few small applications, couple hundred of lines each and one of them playing around with tkinter. Now py2exe leaves 10 or so files of all sorts and one executable to "distribute", and cx freeze isn't much better. Furthermore, my 15KB code becomes a whopping 8Meg distributa

[Tutor] single executable

2005-07-31 Thread Jorge Louis De Castro
Hi all, I wrote a few small applications, couple hundred of lines each and one of them playing around with tkinter. Now py2exe leaves 10 or so files of all sorts and one executable to "distribute", and cx freeze isn't much better. Isn't it possible to create a single, bundled windows execut