Message627

Author pje
Recipients paulm, pje
Date 2011-05-19.20:45:21
Content
If you're using a 64-bit version of Python 2.7, this is a known issue with the .exe installers built by distutils.  See: http://bugs.python.org/issue6792 for more details.

Apparently, there are registry keys that can be manually changed to fix this, but there isn't anything I can do on the setuptools end to fix this -- except to stop distributing .exe's for Windows, or to create separate 32 and 64 bit builds.

Sorry I can't be of more assistance at the moment.
History
Date User Action Args
2011-05-19 20:45:22pjesetmessageid: <1305837922.02.0.458987964137.issue130@psf.upfronthosting.co.za>
2011-05-19 20:45:22pjesetrecipients: + pje, paulm
2011-05-19 20:45:21pjelinkissue130 messages
2011-05-19 20:45:21pjecreate