[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 : 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 installer (not MSI

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

2012-04-13 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +loewis ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

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

2012-05-01 Thread Martin v . Löwis
Martin v. Löwis added the comment: Mario: would you like to work on a patch? -- ___ Python tracker ___ ___ Python-bugs-list mailing l