[issue14530] distutils's build_wininst command fails to correctly interpret the data_files argument

2021-02-03 Thread Steve Dower
Steve Dower added the comment: Distutils is now deprecated (see PEP 632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils. If this issue does not relate to distutils, please remove the component and reopen it. If

[issue14530] distutils's build_wininst command fails to correctly interpret the data_files argument

2012-05-02 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: Mario: would you like to work on a patch? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14530 ___

[issue14530] distutils's build_wininst command fails to correctly interpret the data_files argument

2012-04-13 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +loewis ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14530 ___ ___ Python-bugs-list mailing

[issue14530] distutils's build_wininst command fails to correctly interpret the data_files argument

2012-04-08 Thread Mario Vilas
New submission from Mario Vilas mvi...@gmail.com: I tried the following: setup( data_files = [(sys.prefix_exec, os.path.join('Win32', 'BeaEngine.dll'))] # (... rest of the setup call here...) ) This works perfectly when running the python setup.py install. But when generating an