[New-bugs-announce] [issue22103] bdist_wininst does not run install script

Michael Büsch report at bugs.python.org
Tue Jul 29 23:44:12 CEST 2014


New submission from Michael Büsch:

The bdist_wininst installer does not run the specified --install-script.

Attached is an example project foo.zip.
setup.py is invoked as follows:
py setup.py bdist_wininst --install-script foo_postinstall.py

The installer shows that it successfully ran the install script, but it did not do this. The file C:\foo.txt is not created. If I add print()s to the install script, these messages are not shown either.

I tested this on Python 3.4, 64-bit (Win7) and 32-bit (XP)

----------
components: Installation
files: foo.zip
messages: 224258
nosy: mb_
priority: normal
severity: normal
status: open
title: bdist_wininst does not run install script
type: behavior
versions: Python 3.4
Added file: http://bugs.python.org/file36154/foo.zip

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


More information about the New-bugs-announce mailing list