Re: Making a simple script standalone

2007-01-18 Thread Ravi Teja
On Jan 18, 2:19 pm, Rikishi 42 <[EMAIL PROTECTED]> wrote: > On Thursday 18 January 2007 10:13, robert wrote: > > > stay with py23 for "a script" (and more) and make <700kB > > independent distros - UPX and 7zip involved: > > >http://groups.google.com/group/comp.lang.python/msg/edf469a1b3dc3802Tha

Re: Making a simple script standalone

2007-01-18 Thread Rikishi 42
On Thursday 18 January 2007 10:13, robert wrote: > stay with py23 for "a script" (and more) and make <700kB > independent distros - UPX and 7zip involved: > > http://groups.google.com/group/comp.lang.python/msg/edf469a1b3dc3802 Thanks, that might be an option. But I might just convince the person

Re: Making a simple script standalone

2007-01-18 Thread robert
Gabriel Genellina wrote: > At Wednesday 17/1/2007 16:05, Rikishi 42 wrote: > >> >>What I want to do is to compile/bundle/prepare/whatever_term a simple >> >>Python script for deployment on a Windows machine. Installing Python >> >>itself on that machine, is not an option. Ideally I would like to

Re: Making a simple script standalone

2007-01-17 Thread Gabriel Genellina
At Wednesday 17/1/2007 16:05, Rikishi 42 wrote: >>What I want to do is to compile/bundle/prepare/whatever_term a simple >>Python script for deployment on a Windows machine. Installing Python >>itself on that machine, is not an option. Ideally I would like to obtain >>a single executable file, bu

Re: Making a simple script standalone

2007-01-17 Thread David Brochu
Hi, I'm new to this group. I've tried finding my answer in existing messages, but no such luck. What I want to do is to compile/bundle/prepare/whatever_term a simple Python script for deployment on a Windows machine. Installing Python itself on that machine, is not an option. Ideally I would like

Re: Making a simple script standalone

2007-01-17 Thread robert
Rikishi 42 wrote: > Hi, > I'm new to this group. I've tried finding my answer in existing messages, > but no such luck. > > What I want to do is to compile/bundle/prepare/whatever_term a simple > Python script for deployment on a Windows machine. Installing Python > itself on that machine, is not

Re: Making a simple script standalone

2007-01-17 Thread Rikishi 42
On Wednesday 17 January 2007 00:48, Larry Bates wrote: >> There is nothing graphical, nothing fancy about the script. >> The only imports are: os, stat, string and time. >> >> Any suggestions on an - easy and clear - path to follow ? > I use py2exe and inno installer. Works great. Thanks, I wil

Re: Making a simple script standalone

2007-01-17 Thread Rikishi 42
On Wednesday 17 January 2007 00:22, James Stroud wrote: >> There is nothing graphical, nothing fancy about the script. >> The only imports are: os, stat, string and time. >> >> Any suggestions on an - easy and clear - path to follow ? > > > pyinstaller + innosetup. I will look into it, thanks!

Re: Making a simple script standalone

2007-01-17 Thread Rikishi 42
On Wednesday 17 January 2007 03:33, Gabriel Genellina wrote: > At Tuesday 16/1/2007 19:49, Rikishi 42 wrote: > >>What I want to do is to compile/bundle/prepare/whatever_term a simple >>Python script for deployment on a Windows machine. Installing Python >>itself on that machine, is not an option.

Re: Making a simple script standalone

2007-01-17 Thread Gabriel Genellina
At Tuesday 16/1/2007 19:49, Rikishi 42 wrote: What I want to do is to compile/bundle/prepare/whatever_term a simple Python script for deployment on a Windows machine. Installing Python itself on that machine, is not an option. Ideally I would like to obtain a single executable file, but a script

Re: Making a simple script standalone

2007-01-16 Thread Larry Bates
Rikishi 42 wrote: > Hi, > I'm new to this group. I've tried finding my answer in existing messages, > but no such luck. > > What I want to do is to compile/bundle/prepare/whatever_term a simple > Python script for deployment on a Windows machine. Installing Python > itself on that machine, is not

Re: Making a simple script standalone

2007-01-16 Thread James Stroud
Rikishi 42 wrote: > Hi, > I'm new to this group. I've tried finding my answer in existing messages, > but no such luck. > > What I want to do is to compile/bundle/prepare/whatever_term a simple > Python script for deployment on a Windows machine. Installing Python > itself on that machine, is not

Making a simple script standalone

2007-01-16 Thread Rikishi 42
Hi, I'm new to this group. I've tried finding my answer in existing messages, but no such luck. What I want to do is to compile/bundle/prepare/whatever_term a simple Python script for deployment on a Windows machine. Installing Python itself on that machine, is not an option. Ideally I would like