[issue8763] py3K bdist_msi wrongly installs itself in ALL python versions

Brian Curtin report at bugs.python.org
Wed May 19 16:00:35 CEST 2010


Brian Curtin <curtin at acm.org> added the comment:

Are you allowing it to install into all Python versions? I have a package here at work that I make bdist_msi installers for and most of my machines have 2.6 and 3.1 on them. During the install I only choose to install it for 3.1 when the extensions are compiled for that version, and it does not end up getting installed to the 2.6 area (or vice versa).

This is what I choose during the install, which ends up working properly: http://i.imgur.com/vq5ch.png (safe link, it's an image uploading site)

----------
nosy: +brian.curtin

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8763>
_______________________________________


More information about the Python-bugs-list mailing list