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 /
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
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 /
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