[issue22103] bdist_wininst does not run install script

2014-10-01 Thread Cybjit
Cybjit added the comment: 3f7d5c235d82 runs script, 70ea05f762a1 does not. 0c8f41ca9c94 + t.patch from #21354 does not run script. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22103 ___

[issue22103] bdist_wininst does not run install script

2014-10-01 Thread Cybjit
Cybjit added the comment: Turns out I had a build problem (#11598). 0c8f41ca9c94 + t.patch does actually solve the problem. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22103 ___

[issue22103] bdist_wininst does not run install script

2014-10-01 Thread Ned Deily
Changes by Ned Deily n...@acm.org: -- resolution: - duplicate stage: - resolved status: open - closed superseder: - PyCFunction_New no longer exposed by python DLL breaking bdist_wininst installers ___ Python tracker rep...@bugs.python.org

[issue22103] bdist_wininst does not run install script

2014-09-27 Thread Cybjit
Cybjit added the comment: Probably caused by issue #21354 -- nosy: +Cybjit ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22103 ___ ___

[issue22103] bdist_wininst does not run install script

2014-09-27 Thread Ned Deily
Changes by Ned Deily n...@acm.org: -- nosy: +steve.dower, tim.golden, zach.ware ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22103 ___ ___

[issue22103] bdist_wininst does not run install script

2014-07-29 Thread Michael Büsch
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