New submission from Mario Vilas <mvi...@gmail.com>:

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 installer built using Python
2.6, but setting the target as Python 2.5. The message says:

    "The destination directory should contain a Python 2.6 installation"

when it should be:

    "The destination directory should contain a Python 2.5 installation".

----------
assignee: tarek
components: Distutils
files: msi_installer_wrong_message.png
messages: 95984
nosy: MarioVilas, tarek
severity: normal
status: open
title: distutils shows incorrect Python version in MSI installers
type: behavior
versions: Python 2.6
Added file: http://bugs.python.org/file15453/msi_installer_wrong_message.png

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7440>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to