Re: about application deployment

2007-03-09 Thread Larry Bates
Alessandro de Manzano wrote: > Hello, > > I'ld ask you all about deployment of python applications. > > Sometimes (if not most times..) I would make deployment easy (easier) > for my customers (and for me too...) > > What I mean, would be very useful to have a "jar-like" archive/single > file /

Re: about application deployment

2007-03-09 Thread Jeff McNeil
If a .egg file is in your sys.path, it would be nice to simply use 'python -m' in my opinion. As far as I know, you can't '-m' a module that's been imported from a zip file? On 3/9/07, Diez B. Roggisch <[EMAIL PROTECTED]> wrote: Alessandro de Manzano wrote: > Hello, > > I'ld ask you all abou

Re: about application deployment

2007-03-09 Thread Diez B. Roggisch
Alessandro de Manzano wrote: > Hello, > > I'ld ask you all about deployment of python applications. > > Sometimes (if not most times..) I would make deployment easy (easier) > for my customers (and for me too...) > > What I mean, would be very useful to have a "jar-like" archive/single > file /

about application deployment

2007-03-09 Thread Alessandro de Manzano
Hello, I'ld ask you all about deployment of python applications. Sometimes (if not most times..) I would make deployment easy (easier) for my customers (and for me too...) What I mean, would be very useful to have a "jar-like" archive/single file / multiple platform in order to deploy also compl