Brian Curtin <cur...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue8763>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to