[issue7511] msvc9compiler.py: ValueError: [u'path']
Changes by Christopher Paolini : -- nosy: -Christopher.Paolini ___ Python tracker <http://bugs.python.org/issue7511> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue7509] AttributeError: MSVCCompiler instance has no attribute '_MSVCCompiler__root'
Christopher Paolini added the comment: actually this isn't a duplicate. This is for version 2.6, that issue you said it was a duplicate of is for Python 2.5. -- nosy: +Christopher.Paolini ___ Python tracker <http://bugs.python.org/issue7509> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue2698] Extension module build fails for MinGW: missing vcvarsall.bat
Christopher Paolini added the comment: There is an issue with Visual Studio 2008 and the latest 2.6.5 It searches using productdir = Reg.get_value(r"%s\Setup\VC" % vsbase, "productdir") I just fresh installed Visual Studios and there is no registry "setup" folder. So you can't find the install directory that way at least not on my machine. Windows 7 64-bit and I installed Microsoft Visual Studio 2008 SP1 -- nosy: +Christopher.Paolini ___ Python tracker <http://bugs.python.org/issue2698> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue7511] msvc9compiler.py: ValueError: [u'path']
Christopher Paolini added the comment: I'm running into the same issue myself. I even installed Visual Studio 2008. Issue is it installed as a 32-bit application in the x86 directory, not sure why. I have 64-bit Windows 7. I'm installing the SDK to see if that helps. Also I need this for pycrypto too. If anyone has a 64-bit AMD build for the latest crypto that'd be amazing. -- nosy: +Christopher.Paolini ___ Python tracker <http://bugs.python.org/issue7511> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com