[Python-Dev] Python merge module
Floris Bruynooghe
flub at devork.be
Thu Feb 3 18:58:31 CET 2011
On 3 February 2011 15:38, Michael Urman <murman at gmail.com> wrote:
> Technically this is a problem with the component generation in Python,
> and for that in particular, a move to WiX could be very helpful. They
> have stable component code generation which keys off of location,
> name, platform, etc., but only works for single-file components.
At work we keep the required stable UUIDs in an ConfigParser-format
file checked in to the VCS for that purpose.
FWIW our build system uses WiX (v2) currently and if I where to redo
it, I'd change to msilib and not WiX v3. But never change working
systems.
Python.org supplied merge modules would be nice though, if the
upgrade/security issue can be resolved.
Regards
Floris
--
Debian GNU/Linux -- The Power of Freedom
www.debian.org | www.gnu.org | www.kernel.org
More information about the Python-Dev
mailing list