This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Redoute
Recipients Redoute, eric.araujo, tarek
Date 2012-11-26.20:02:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353960153.53.0.844150162265.issue16561@psf.upfronthosting.co.za>
In-reply-to
Content
Windows installers crash without useful explanation, when Python is located in /Program Files/Python27 and the installer is started without admin rights/UAC. I experienced this with Windows 8 and installers for packages pandas and rtree.

a) show error message instead of crash

As I don't use distutils for packaging, I am just guessing it would make sense to:

b) let bdist_wininst --user-access-control default to 'auto'
History
Date User Action Args
2012-11-26 20:02:33Redoutesetrecipients: + Redoute, tarek, eric.araujo
2012-11-26 20:02:33Redoutesetmessageid: <1353960153.53.0.844150162265.issue16561@psf.upfronthosting.co.za>
2012-11-26 20:02:33Redoutelinkissue16561 messages
2012-11-26 20:02:33Redoutecreate