[issue11097] MSI: Remove win32com dependency from installer generator

anatoly techtonik report at bugs.python.org
Wed Feb 2 09:14:32 CET 2011


New submission from anatoly techtonik <techtonik at gmail.com>:

The MSI installer is generated using msilib.py from http://svn.python.org/projects/python/branches/release27-maint/Tools/msi that is dependent from external win32com module. We also have internal 'msilib' module that is unused for some reason.

Is it possible to incrementally transition from Tools/msilib.py to builtin 'msilib'?

See http://codereview.appspot.com/4080047/ for the start of the thread.

----------
components: Installation
messages: 127720
nosy: loewis, techtonik
priority: normal
severity: normal
status: open
title: MSI: Remove win32com dependency from installer generator
versions: Python 2.7, Python 3.1, Python 3.2, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11097>
_______________________________________


More information about the Python-bugs-list mailing list