[issue22103] bdist_wininst does not run install script

2014-10-01 Thread Ned Deily
Changes by Ned Deily : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> PyCFunction_New no longer exposed by python DLL breaking bdist_wininst installers ___ Python tracker _

[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 ___

[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 ___

[issue22103] bdist_wininst does not run install script

2014-09-27 Thread Ned Deily
Changes by Ned Deily : -- nosy: +steve.dower, tim.golden, zach.ware ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[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 ___ ___ Python-bugs-list mailing list Un

[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 inst