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 laranzu
Recipients dstufft, eric.araujo, laranzu
Date 2017-11-03.10:44:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509705853.38.0.213398074469.issue31932@psf.upfronthosting.co.za>
In-reply-to
Content
This was raised in issue #23246 but apparently not addressed at the time.

The Visual C for Python 2.7 tools on my MS Windows 8.1 system installed themselves under the invisible AppData directory because I did not do so as Administrator. Running setup.py to build a (2.7) native extension then fails because it can't find VCVERSALL.BAT.

Fix is a couple of extra lines in find_vcvarsall in msvc9compiler.py to search under AppData if it can't be found in the system location. I will submit a pull request.
History
Date User Action Args
2017-11-03 10:44:13laranzusetrecipients: + laranzu, eric.araujo, dstufft
2017-11-03 10:44:13laranzusetmessageid: <1509705853.38.0.213398074469.issue31932@psf.upfronthosting.co.za>
2017-11-03 10:44:13laranzulinkissue31932 messages
2017-11-03 10:44:13laranzucreate