Arcane deployment considerations

Thomas Heller theller at python.net
Mon Feb 13 11:59:23 EST 2006


Cameron Laird wrote:
> In article <mailman.1794.1139778796.27775.python-list at python.org>,
> Thomas Heller  <theller at python.net> wrote:
> 			.
> 			.
> 			.
>> Usually the bundle=1 option in py2exe can create a single file exe, but it also
>> allows to have a separate shared library.zip file, which is useful if
>> you need more than
>> one exe-file.  With python 2.4, MSVCR71.dll is still required and not
> 			.
> 			.
> 			.
> For some of our projects, we provide a single executable, which
> takes a command-line argument (or, rarely, environment variable)
> to tell the executable whether to come up as server or client,
> or GUI or command-line version, or ...  The result is that, even
> for an architecturally-sophisticated development, the end-user
> experiences a unitary delivery; he has just one file to install,
> remove, archive, ...  

Ok, so you're down to about 0.2 files per application ;-)

Thomas




More information about the Python-list mailing list