[issue1109963] bdist_wininst ignores build_lib from build command

2021-01-11 Thread STINNER Victor
STINNER Victor added the comment: The distutils bdist_wininst command has been removed in Python 3.10: see bpo-42802. -- nosy: +vstinner resolution: -> wont fix stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue1109963] bdist_wininst ignores build_lib from build command

2011-01-10 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue1109963] bdist_wininst ignores build_lib from build command

2010-08-19 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: -> patch review type: -> behavior versions: +Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker ___ __

[issue1109963] bdist_wininst ignores build_lib from build command

2009-04-23 Thread Mark Hammond
Mark Hammond added the comment: So it looks like I broke the ability to override --build-lib :( Without testing, I think you might also need to handle the cross-compile case - the version may be the same, but the platform different. I know distutils is a PITA so might make this difficult, but

[issue1109963] bdist_wininst ignores build_lib from build command

2009-04-23 Thread Andrew I MacIntyre
Andrew I MacIntyre added the comment: The offending code appears to have been introduced in r33090 and tweaked in r37025, which both originated from Mark Hammond. >From the comments, there seems to be no reason why the build_lib override should apply when the target version is specifically diff

[issue1109963] bdist_wininst ignores build_lib from build command

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> tarek nosy: +tarek versions: +Python 2.7 -Python 2.4, Python 2.5 ___ Python tracker ___ _

[issue1109963] bdist_wininst ignores build_lib from build command

2008-11-01 Thread Nick Martin
Nick Martin <[EMAIL PROTECTED]> added the comment: This is exactly the same problem I was having with bdist_msi. -- nosy: +nick.martin ___ Python tracker <[EMAIL PROTECTED]> ___

[issue1109963] bdist_wininst ignores build_lib from build command

2008-10-29 Thread Anthony Tuininga
Anthony Tuininga <[EMAIL PROTECTED]> added the comment: This problem also occurs in the bdist_msi command. -- versions: +Python 2.5, Python 2.6 ___ Python tracker <[EMAIL PROTECTED]> __