This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author techtonik
Recipients loewis, techtonik
Date 2011-02-02.08:14:30
SpamBayes Score 1.5700449e-05
Marked as misclassified No
Message-id <1296634472.0.0.346787074034.issue11097@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-02-02 08:14:32techtoniksetrecipients: + techtonik, loewis
2011-02-02 08:14:32techtoniksetmessageid: <1296634472.0.0.346787074034.issue11097@psf.upfronthosting.co.za>
2011-02-02 08:14:30techtoniklinkissue11097 messages
2011-02-02 08:14:30techtonikcreate