Re: Deploying on Windows servers : advice sought a module

2011-03-09 Thread Rory Campbell-Lange
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

Re: Deploying on Windows servers : advice sought a module

2011-03-08 Thread Waldemar Osuch
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

Deploying on Windows servers : advice sought a module

2011-03-08 Thread Rory Campbell-Lange
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