On 08/03/11, Waldemar Osuch (waldemar.os...@gmail.com) wrote:
> At my work place I still use py2exe but I do not rely on its automatic
> discovery and packaging.
>
> The setup.py lists all the dependencies explicitly in "packages" and
> "includes" parameters. These end up in library.zip.
>
> The
At my work place I still use py2exe but I do not rely on its automatic
discovery and packaging.
The setup.py lists all the dependencies explicitly in "packages" and "includes"
parameters. These end up in library.zip.
Then the source file paths with the actual business logic are gathered with
We have written a cross-platform monitoring system that we have deployed
on our Linux servers and wish to put on our Windows servers too.
In the past I've played with py2exe and similar packages. However the
frequent updates to the monitoring suite mean that reinstalling an exe
for each update wou