[issue5390] Item 'Python x.x.x' in Add/Remove Programs list still lacks an icon

2009-06-28 Thread Martin v . Löwis
Martin v. Löwis added the comment: Thanks for the analysis and the patch. Fixed in r73599, r73600, r73601, r73602. -- resolution: -> fixed status: open -> closed ___ Python tracker

[issue5390] Item 'Python x.x.x' in Add/Remove Programs list still lacks an icon

2009-06-26 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: I found the cause: in msi.py, the DisplayIcon registry variable is attached to "REGISTRY.def" i.e the "Register extensions" feature. The following patch attaches it to the parent group. Index: msi.py ==

[issue5390] Item 'Python x.x.x' in Add/Remove Programs list still lacks an icon

2009-04-05 Thread Georg Brandl
Georg Brandl added the comment: It is also completely low-priority, and so it is perfectly understandable that Martin wants to fix more important problems. -- nosy: +georg.brandl priority: -> low ___ Python tracker

[issue5390] Item 'Python x.x.x' in Add/Remove Programs list still lacks an icon

2009-03-30 Thread Martin v. Löwis
Changes by Martin v. Löwis : -- versions: -Python 2.4, Python 2.5 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue5390] Item 'Python x.x.x' in Add/Remove Programs list still lacks an icon

2009-03-30 Thread Retro
Changes by Retro : -- versions: +Python 2.4, Python 2.5, Python 2.6, Python 3.0 ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue5390] Item 'Python x.x.x' in Add/Remove Programs list still lacks an icon

2009-03-29 Thread Retro
Retro added the comment: I think this is an easy fix. Please try to fix this issue. Thank you. -- versions: -Python 2.6, Python 3.0 ___ Python tracker ___ __

[issue5390] Item 'Python x.x.x' in Add/Remove Programs list still lacks an icon

2009-03-05 Thread Martin v. Löwis
Martin v. Löwis added the comment: I give this low priority, i.e. might not work on it for several months (or ever). Contributions are welcome. ___ Python tracker ___

[issue5390] Item 'Python x.x.x' in Add/Remove Programs list still lacks an icon

2009-03-05 Thread Martin v. Löwis
Changes by Martin v. Löwis : -- resolution: works for me -> status: closed -> open ___ Python tracker ___ ___ Python-bugs-list mailing

[issue5390] Item 'Python x.x.x' in Add/Remove Programs list still lacks an icon

2009-03-05 Thread Retro
Retro added the comment: I figured out why the installer didn't create an icon for the Python interpreters in the Add/Remove Programs list. If I deselect the option 'Register Extensions' at installation time, I don't get an icon in the Add/Remove Programs list. But if I leave the option 'Registe

[issue5390] Item 'Python x.x.x' in Add/Remove Programs list still lacks an icon

2009-03-04 Thread Martin v. Löwis
Martin v. Löwis added the comment: I'm closing this as "works for me". The error is not reproducible. -- resolution: -> works for me status: open -> closed ___ Python tracker __

[issue5390] Item 'Python x.x.x' in Add/Remove Programs list still lacks an icon

2009-03-04 Thread Retro
Retro added the comment: And now I'm attaching the installing log of Python 2.6.1 for you. I hope you have enough information to work on the solution. If you need more information, just ask. Added file: http://bugs.python.org/file13241/python26.rar ___ Pytho

[issue5390] Item 'Python x.x.x' in Add/Remove Programs list still lacks an icon

2009-03-04 Thread Retro
Retro added the comment: A strange thing now happened. Now the Python 2.6.1 interpreter has an icon in the Add/Remove Programs list. I completely removed Python 2.6.1 and reinstalled it with the command msiexec /i python-2.6.1.msi /l*v python26.log and it now has an icon in the Add/Remove Prog

[issue5390] Item 'Python x.x.x' in Add/Remove Programs list still lacks an icon

2009-03-03 Thread Martin v. Löwis
Martin v. Löwis added the comment: Also, what version of Vista *precisely* are you using? ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue5390] Item 'Python x.x.x' in Add/Remove Programs list still lacks an icon

2009-03-03 Thread Martin v. Löwis
Martin v. Löwis added the comment: Ok. Now run the installation (of, say, 2.6) with msiexec /i python-xy.msi /l*v python26.log and compress and attach the resulting log file. ___ Python tracker ___

[issue5390] Item 'Python x.x.x' in Add/Remove Programs list still lacks an icon

2009-03-03 Thread Retro
Retro added the comment: In my Windows Vista registry I only have the second two keys present 1) HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{9cc89170-000b-457d-91f1-53691f85b223} 2) HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\

[issue5390] Item 'Python x.x.x' in Add/Remove Programs list still lacks an icon

2009-03-01 Thread Martin v. Löwis
Martin v. Löwis added the comment: Using regedit, find out which of the keys HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{9cc89170-000b-457d-91f1-53691f85b224} HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{de2f2d9c-53e2-40ee-8209-74da63cb060f

[issue5390] Item 'Python x.x.x' in Add/Remove Programs list still lacks an icon

2009-03-01 Thread Retro
Retro added the comment: Please see the attached screenshot where there are no icons in the Add/Remove Programs list of the Python intepreters on my Windows Vista machine. Added file: http://bugs.python.org/file13223/my_arpvista.jpg ___ Python tracker

[issue5390] Item 'Python x.x.x' in Add/Remove Programs list still lacks an icon

2009-03-01 Thread Retro
Retro added the comment: Strange thing. I presume you are running Windows XP. There the Python icons are shown in the Add/Remove Programs list for the Python interpreters. I must inform you, though, that the Python icons are not shown in the Add/Remove Programs list under Widnows Vista. I don't

[issue5390] Item 'Python x.x.x' in Add/Remove Programs list still lacks an icon

2009-02-28 Thread Martin v. Löwis
Martin v. Löwis added the comment: I did not backport the fix to 2.5.4, so that release doesn't have it fixed. Since the 2.5 branch is now closed, no changes will be made to it. For 2.6.1 and 3.0.1, it works fine for me. See the attached screenshot. Added file: http://bugs.python.org/file13209

[issue5390] Item 'Python x.x.x' in Add/Remove Programs list still lacks an icon

2009-02-28 Thread Retro
Retro added the comment: I noticed this by installing the Python 2.5.4 and Python 2.6.1 and Python 3.0.1 binaries. Please fix these issues if you can. ___ Python tracker ___ _

[issue5390] Item 'Python x.x.x' in Add/Remove Programs list still lacks an icon

2009-02-27 Thread Martin v. Löwis
Martin v. Löwis added the comment: What version specifically did you notice this in? -- versions: -3rd party, Python 2.4, Python 2.5 ___ Python tracker ___ _

[issue5390] Item 'Python x.x.x' in Add/Remove Programs list still lacks an icon

2009-02-27 Thread Retro
New submission from Retro : I am reporting a bug which was not fixed in the closed issue #4389. Martin v. Löwis, the fix you've made didn't fix the issue. Please open your Add/Remove Programs list (hopefully your running Windows and have Python installed there) and check whether your Python inter