Py2exe Question - Deployment Advice

From: Dave Guenthner (david_at_guenthners.com)
Date: 08/14/04


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



Relevant Pages

  • Re: which feature of python do you like most?
    ... I've never used Perl, but I know other c-like laguages, and I can tell ... you what I like about python: ... - It is concise, ...
    (comp.lang.python)
  • Re: pack a three byte int
    ... Struct module has codes B, H, I, Q for unsigned integers of ... since 2.5, but that would be neither concise, nor since 2.3. ... A failure on my part to think in Python? ... X12Inquiry, allocationLength) ???? ...
    (comp.lang.python)
  • Re: list index()
    ... Python 3. ... obsolete by "in", which is faster and more concise. ... Is there really some reason "key" IN dict can be implemented ...
    (comp.lang.python)
  • Re: Powers of 5
    ... by successive squaring. ... in Python for the sake of being concise, but now the function takes k ...
    (sci.math)
  • Re: web programming: experiences with non-zope frameworks?
    ... > wrote something like it for Python). ... I'll give some heretical advice: ... set aside some of the development time to evaluate what's ... then hold your nose and write in PHP or even Perl ...
    (comp.lang.python)