[issue7440] distutils shows incorrect Python version in MSI installers

2011-03-25 Thread Martin v . Löwis
Martin v. Löwis added the comment: Yes, this is out of date since 2416f166de4b -- resolution: -> out of date status: open -> closed ___ Python tracker ___ __

[issue7440] distutils shows incorrect Python version in MSI installers

2011-03-25 Thread Éric Araujo
Éric Araujo added the comment: Is this out of date? -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue7440] distutils shows incorrect Python version in MSI installers

2009-12-18 Thread Tarek Ziadé
Tarek Ziadé added the comment: The patch looks good to me. I am putting Martin on the noselist so he can validate this. Notice that this Dialog has been changed in trunk, so this need to be fixed only in the 2.6 branch. -- nosy: +loewis ___ Python t

[issue7440] distutils shows incorrect Python version in MSI installers

2009-12-04 Thread Mario Vilas
Mario Vilas added the comment: My proposed patch is to change line 506 of bdist_msi.py from this: version = sys.version[:3]+" " to this: version = self.target_version[:3]+" " which is what I did to work around the problem. -- ___

[issue7440] distutils shows incorrect Python version in MSI installers

2009-12-04 Thread Mario Vilas
New submission from Mario Vilas : I just hit this silly bug in distutils, should be quite easy to fix. When building MSI installers for a target_version other than the current Python version, the target directory selection dialog shows a wrong message. For example, here is a screen capture of an