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 Ateik Al-Zehla
Recipients Ateik Al-Zehla, Matt.Hickford, dstufft, eric.araujo, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-11-25.20:31:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448483494.86.0.798368526752.issue25251@psf.upfronthosting.co.za>
In-reply-to
Content
thanks Matt for your replay. But I copied the lines to cygwinccompiler.py and it didn't work. and it pretend as there is no change happened to the file. 

To see if the execution goes through the code I changed message if raise ValueError to "God Help Me %s " instead of  "Unknown MS Compiler version %s "

I saved the file, and it looks fine in the Editor.
but when I executed the command: pip install Numpy. It return the old error Message "Unknown MS Compiler version 1900"

I'm tired. I spend three days to solve this issue but without success.
plz help
History
Date User Action Args
2015-11-25 20:31:34Ateik Al-Zehlasetrecipients: + Ateik Al-Zehla, paul.moore, tim.golden, eric.araujo, Matt.Hickford, zach.ware, steve.dower, dstufft
2015-11-25 20:31:34Ateik Al-Zehlasetmessageid: <1448483494.86.0.798368526752.issue25251@psf.upfronthosting.co.za>
2015-11-25 20:31:34Ateik Al-Zehlalinkissue25251 messages
2015-11-25 20:31:34Ateik Al-Zehlacreate