Py2exe Question - Deployment Advice
From: Dave Guenthner (david_at_guenthners.com)
Date: 08/14/04
- Next message: Terry Reedy: "Re: Why I love python."
- Previous message: Chas Emerick: "Decorators: an outsider's perspective"
- Next in thread: Roger Binns: "Re: Py2exe Question - Deployment Advice"
- Reply: Roger Binns: "Re: Py2exe Question - Deployment Advice"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 13 Aug 2004 22:09:02 -0700
I wrote my first Python script today and was very impressed at how
concise the code was and development time. In addition, I am using
the latest stable version of Python from ActiveState.com. Anyway,
when I compiled my file to an exectuable I was horrified to see a
"dist" folder with all kinds of co-reqs etc that had to be distributed
in order for the program to run.
For Perl, I used the Perl2exe product and I was simply given one file
.exe to distribute. Has anyone one else run into this before /
experienced that. Is there a way to have just one file?
Enterprise Environment
All Windows desktop / servers w/out Python language installed
My Goal: Evaluating Python and in addition trying to keep potential
pitfalls as simple and concise as possible concerning deployment and
support.
Thanks in advance to all you guru's.
Dave
- Next message: Terry Reedy: "Re: Why I love python."
- Previous message: Chas Emerick: "Decorators: an outsider's perspective"
- Next in thread: Roger Binns: "Re: Py2exe Question - Deployment Advice"
- Reply: Roger Binns: "Re: Py2exe Question - Deployment Advice"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|