[issue12449] Add accelerator F to button Finish in all MSI installers made by bdist_msi

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: distutils2 is no more and the feature freeze for distutils was lifted. However, this does not strike me as an important feature to add. -- resolution: - rejected stage: needs patch - committed/rejected status: open - closed

[issue12449] Add accelerator F to button Finish in all MSI installers made by bdist_msi

2011-07-18 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: My concern for MSI is that this issue is referencing a change to MSI generation. I never had any expectation for wininst to generate an MSI. I’m sorry, it was me that first talked about wininst by mistake, the bug report always was about msi.

[issue12449] Add accelerator F to button Finish in all MSI installers made by bdist_msi

2011-07-12 Thread Thomas Holmes
Thomas Holmes tho...@devminded.com added the comment: It also creates an exe installer, not an MSI. Why would you think it creates an MSI? bdist_wininst is not bdist_msi. My concern for MSI is that this issue is referencing a change to MSI generation. I never had any expectation for

[issue12449] Add accelerator F to button Finish in all MSI installers made by bdist_msi

2011-07-12 Thread Thomas Holmes
Thomas Holmes tho...@devminded.com added the comment: I mean that msi is _not_ set as a valid format. I will verify this evening. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12449 ___

[issue12449] Add accelerator F to button Finish in all MSI installers made by bdist_msi

2011-07-11 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: What do you mean with disabled? There is a bdist_wininst command in packaging. Use “pysetup run bdist_wininst” to call it. -- ___ Python tracker rep...@bugs.python.org

[issue12449] Add accelerator F to button Finish in all MSI installers made by bdist_msi

2011-07-11 Thread Thomas Holmes
Thomas Holmes tho...@devminded.com added the comment: I was having a separate difficulty with bdist. Apparently -m packaging.run and pysetup3 run don't perform identically, but that isn't relevant for this bug. Regarding bdist, I got bdist_wininst to work but I had to modify the code in

[issue12449] Add accelerator F to button Finish in all MSI installers made by bdist_msi

2011-07-11 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Apparently -m packaging.run and pysetup3 run don't perform identically, but that isn't relevant for this bug. That’s very surprising, given that they have the same one-line code. Please file that bug. Regarding bdist, I got bdist_wininst to

[issue12449] Add accelerator F to button Finish in all MSI installers made by bdist_msi

2011-07-08 Thread Thomas Holmes
Thomas Holmes tho...@devminded.com added the comment: bdist does not appear to be enabled in 3.3 development branch, is this correct? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12449

[issue12449] Add accelerator F to button Finish in all MSI installers made by bdist_msi

2011-07-02 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Distutils is frozen. New features go into distutils2. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12449 ___

[issue12449] Add accelerator F to button Finish in all MSI installers made by bdist_msi

2011-06-30 Thread Ram Rachum
New submission from Ram Rachum cool...@cool-rr.com: I noticed that in MSI installers downloaded from PyPI don't have an accelerator on the Finish button. Please add an accelerator on it. (I think that F is the accepted one.) -- assignee: tarek components: Distutils messages: 139463

[issue12449] Add accelerator F to button Finish in all MSI installers made by bdist_msi

2011-06-30 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: As a new feature, this cannot go into distutils. Would you like to contribute a patch? I have currently no idea about the workings of the MSI code. -- components: +Distutils2 -Distutils nosy: +alexis stage: - needs patch type:

[issue12449] Add accelerator F to button Finish in all MSI installers made by bdist_msi

2011-06-30 Thread Thomas Holmes
Changes by Thomas Holmes tho...@devminded.com: -- nosy: +thomas.holmes ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12449 ___ ___

[issue12449] Add accelerator F to button Finish in all MSI installers made by bdist_msi

2011-06-30 Thread Ram Rachum
Ram Rachum cool...@cool-rr.com added the comment: I can only do wxPython, I have no idea how Python's MSI installers work. I did a quick search for Finish in the codebase but could find any obvious place to add the accelerator. As a new feature, this cannot go into distutils. Seriously? Why?