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.
Created on 2014年07月29日 21:44 by mb_, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| foo.zip | mb_, 2014年07月29日 21:44 | |||
| Messages (4) | |||
|---|---|---|---|
| msg224258 - (view) | Author: Michael Büsch (mb_) * | Date: 2014年07月29日 21:44 | |
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) |
|||
| msg227722 - (view) | Author: (Cybjit) | Date: 2014年09月27日 20:19 | |
Probably caused by issue #21354 |
|||
| msg228109 - (view) | Author: (Cybjit) | Date: 2014年10月01日 19:38 | |
3f7d5c235d82 runs script, 70ea05f762a1 does not. 0c8f41ca9c94 + t.patch from #21354 does not run script. |
|||
| msg228133 - (view) | Author: (Cybjit) | Date: 2014年10月01日 22:29 | |
Turns out I had a build problem (#11598). 0c8f41ca9c94 + t.patch does actually solve the problem. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:06 | admin | set | github: 66301 |
| 2014年10月02日 05:58:20 | ned.deily | set | status: open -> closed superseder: PyCFunction_New no longer exposed by python DLL breaking bdist_wininst installers resolution: duplicate stage: resolved |
| 2014年10月01日 22:29:06 | Cybjit | set | messages: + msg228133 |
| 2014年10月01日 19:38:29 | Cybjit | set | messages: + msg228109 |
| 2014年09月27日 22:13:03 | ned.deily | set | nosy:
+ tim.golden, zach.ware, steve.dower |
| 2014年09月27日 20:19:10 | Cybjit | set | nosy:
+ Cybjit messages: + msg227722 |
| 2014年07月29日 21:44:12 | mb_ | create | |