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 <rep...@bugs.python.org> <http://bugs.python.org/issue22103> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com